Skip to content

Commit 6f6f515

Browse files
authored
Modify code style
1 parent 9ff8e1a commit 6f6f515

File tree

1 file changed

+50
-26
lines changed

1 file changed

+50
-26
lines changed

src/KeyboardLayouts/README.adoc

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,62 @@ Original code (pre-library): [NicoHood/HID](https://github.com/NicoHood/HID)
44

55
- Links/Credits
66
7-
[LUFA from Dean Camera](http://www.fourwalledcubicle.com/LUFA.php)
8-
[Darran's HID Projects] (https://github.com/harlequin-tech/arduino-usb)
9-
[Connor's Joystick for the Leonardo](http://www.imaginaryindustries.com/blog/?p=80)
10-
[Stefan Jones Multimedia Keys Example](http://stefanjones.ca/blog/arduino-leonardo-remote-multimedia-keys/)
11-
[Athanasios Douitsis Multimedia Keys Example](https://github.com/aduitsis/ardumultimedia)
12-
[The Original Arduino Sources](https://github.com/arduino/Arduino/tree/master/hardware/arduino/firmwares/atmegaxxu2/arduino-usbserial)
13-
[USBlyzer](http://www.usblyzer.com/)
14-
[Mattairtechs 16u2 Lufa USB Core](https://www.mattairtech.com/index.php/development-boards/mt-db-u1.html)
15-
[Paul Brook's Minimus 32u2 Arduino USB Core](https://github.com/pbrook/minimus-arduino)
16-
[Paul Stoffregen's Teensy Core](https://github.com/PaulStoffregen/cores)
17-
[Keyboard Led Out report by hartmut_holgraefe](http://forum.arduino.cc/index.php?topic=173583.0)
18-
[Github Pull Request with a lot of new functions](https://github.com/arduino/Arduino/pull/1803)
19-
[Arduino ISP fix](https://petervanhoyweghen.wordpress.com/2012/09/16/arduinoisp-on-the-leonardo/)
20-
A lot of searching through the web
21-
The awesome official Arduino IRC chat!
22-
[The NicoHood Protocol](https://github.com/NicoHood/NicoHoodProtocol)
23-
See HoodLoader1&2 repository for more credits/links
24-
[Hackaday post about HoodLoader2](hackaday.com/2014/11/30/using-the-second-microcontroller-on-an-arduino)
25-
[Gamecube to PC adapter](https://github.com/NicoHood/Nintendo)
7+
[LUFA from Dean Camera](http://www.fourwalledcubicle.com/LUFA.php)
8+
9+
[Darran's HID Projects] (https://github.com/harlequin-tech/arduino-usb)
10+
11+
[Connor's Joystick for the Leonardo](http://www.imaginaryindustries.com/blog/?p=80)
12+
13+
[Stefan Jones Multimedia Keys Example](http://stefanjones.ca/blog/arduino-leonardo-remote-multimedia-keys/)
14+
15+
[Athanasios Douitsis Multimedia Keys Example](https://github.com/aduitsis/ardumultimedia)
16+
17+
[The Original Arduino Sources](https://github.com/arduino/Arduino/tree/master/hardware/arduino/firmwares/atmegaxxu2/arduino-usbserial)
18+
19+
[USBlyzer](http://www.usblyzer.com/)
20+
21+
[Mattairtechs 16u2 Lufa USB Core](https://www.mattairtech.com/index.php/development-boards/mt-db-u1.html)
22+
23+
[Paul Brook's Minimus 32u2 Arduino USB Core](https://github.com/pbrook/minimus-arduino)
24+
25+
[Paul Stoffregen's Teensy Core](https://github.com/PaulStoffregen/cores)
26+
27+
[Keyboard Led Out report by hartmut_holgraefe](http://forum.arduino.cc/index.php?topic=173583.0)
28+
29+
[Github Pull Request with a lot of new functions](https://github.com/arduino/Arduino/pull/1803)
30+
31+
[Arduino ISP fix](https://petervanhoyweghen.wordpress.com/2012/09/16/arduinoisp-on-the-leonardo/)
32+
33+
A lot of searching through the web
34+
35+
The awesome official Arduino IRC chat!
36+
37+
[The NicoHood Protocol](https://github.com/NicoHood/NicoHoodProtocol)
38+
39+
See HoodLoader1&2 repository for more credits/links
40+
41+
[Hackaday post about HoodLoader2](hackaday.com/2014/11/30/using-the-second-microcontroller-on-an-arduino)
42+
43+
[Gamecube to PC adapter](https://github.com/NicoHood/Nintendo)
2644

2745
- Projects
2846
29-
[Gamecube to PC Adapter](https://nicohood.wordpress.com/2015/02/10/diy-gamecube-to-usb-pc-adapter-with-arduino/)
30-
[Car PC for Mercedes (german)](http://www.artifex-babel.de/de/car-pc/car-pc_de.html)
31-
[Famicom+Genesis to PC Adapter](https://www.youtube.com/watch?v=Jz2oikvr8do)
32-
[Plex Home Theatre IR remote](https://github.com/ep1cman/Plex-IR)
33-
[The Knob](https://github.com/brainhublab/TheKnob)
47+
[Gamecube to PC Adapter](https://nicohood.wordpress.com/2015/02/10/diy-gamecube-to-usb-pc-adapter-with-arduino/)
48+
49+
[Car PC for Mercedes (german)](http://www.artifex-babel.de/de/car-pc/car-pc_de.html)
50+
51+
[Famicom+Genesis to PC Adapter](https://www.youtube.com/watch?v=Jz2oikvr8do)
52+
53+
[Plex Home Theatre IR remote](https://github.com/ep1cman/Plex-IR)
54+
55+
[The Knob](https://github.com/brainhublab/TheKnob)
3456

3557
- Press
3658
37-
[Hackaday](http://hackaday.com/2014/11/30/using-the-second-microcontroller-on-an-arduino/)
38-
[Atmel Blog](http://blog.atmel.com/2014/12/01/using-the-power-of-two-mcus-on-an-arduino-board/)
59+
[Hackaday](http://hackaday.com/2014/11/30/using-the-second-microcontroller-on-an-arduino/)
60+
61+
[Atmel Blog](http://blog.atmel.com/2014/12/01/using-the-power-of-two-mcus-on-an-arduino-board/)
62+
3963

4064
See [NicoHood/HID/wiki/Useful-Links-Credits](https://github.com/NicoHood/HID/wiki/Useful-Links-Credits) for the latest information.
4165

0 commit comments

Comments
 (0)