@@ -33,49 +33,6 @@ Test with Android phone (HL1)
33
33
remove dev HL2 link
34
34
```
35
35
36
-
37
- Known Bugs
38
- ==========
39
- * See Hoodloader1+2 repositories for HoodLoader1+2 related Bugs/Issues.
40
- * Mouse Abs only works with system report under special circumstances.
41
- * Gamepad + Mouse Abs doesnt work together
42
- * Core selection in boards.txt is not working
43
- * Do not name the Arduino Sketch 'Mouse.ino' or 'Keyboard.ino' etc.
44
- Your Arduino IDE will output errors then if you double click the file and try to compile.
45
- * RawHID is not working properly, test it at your own risk.
46
- * All OS have some problems with Gamepads. Dont use more than one device for Linux and be careful when you change the descriptor.
47
- * XBMC 13.1 (a Media Center) uses Gamepad input. Its seems to not work and may cause weird errors.
48
- Even with a standard Gamepad I have these errors. Just want to mention it here.
49
- * The Serial may disconnect if you have too much throughput. This is a general bug of the Arduino Core,
50
- which might be fixed. For example Adalight dosnt work well for me,
51
- so you better use an Arduino Uno with Hoodloader1 (yes the older one!) for Mediacenter control and Ambilight.
52
- * Feel free to open an Issue on Github if you find a bug. Or message me via my [ blog] ( http://nicohood.wordpress.com/ ) !
53
-
54
- Useful Links/Credits
55
- ====================
56
-
57
- * [ LUFA from Dean Camera] ( http://www.fourwalledcubicle.com/LUFA.php )
58
- * [ Darran's HID Projects] (https://github.com/harlequin-tech/arduino-usb )
59
- * [ Connor's Joystick for the Leonardo] ( http://www.imaginaryindustries.com/blog/?p=80 )
60
- * [ Stefan Jones Multimedia Keys Example] ( http://stefanjones.ca/blog/arduino-leonardo-remote-multimedia-keys/ )
61
- * [ Athanasios Douitsis Multimedia Keys Example] ( https://github.com/aduitsis/ardumultimedia )
62
- * [ The Original Arduino Sources] ( https://github.com/arduino/Arduino/tree/master/hardware/arduino/firmwares/atmegaxxu2/arduino-usbserial )
63
- * [ USBlyzer] ( http://www.usblyzer.com/ )
64
- * [ Mattairtechs 16u2 Lufa USB Core] ( https://www.mattairtech.com/index.php/development-boards/mt-db-u1.html )
65
- * [ Paul Brook's Minimus 32u2 Arduino USB Core] ( https://github.com/pbrook/minimus-arduino )
66
- * [ Paul Stoffregen's Teensy Core] ( https://github.com/PaulStoffregen/cores )
67
- * [ Keyboard Led Out report by hartmut_holgraefe] ( http://forum.arduino.cc/index.php?topic=173583.0 )
68
- * [ Github Pull Request with a lot of new functions] ( https://github.com/arduino/Arduino/pull/1803 )
69
- * [ Arduino ISP fix] ( https://petervanhoyweghen.wordpress.com/2012/09/16/arduinoisp-on-the-leonardo/ )
70
- * A lot of searching through the web
71
- * The awesome official Arduino IRC chat!
72
- * [ The NicoHood Protocol ^.^] ( https://github.com/NicoHood/NicoHoodProtocol )
73
- * See HoodLoader1&2 repository for more credits/links
74
- * [ Hackaday post about HoodLoader2] ( hackaday.com/2014/11/30/using-the-second-microcontroller-on-an-arduino )
75
- * [ Gamecube to PC adapter] ( https://github.com/NicoHood/Nintendo )
76
- * See http://nicohood.wordpress.com/ for more tutorials, projects and contact.
77
- * For donations please contact me on my blog :)
78
-
79
36
Version History
80
37
===============
81
38
```
0 commit comments