diff options
Diffstat (limited to 'docs/Other-Projects.md')
-rw-r--r-- | docs/Other-Projects.md | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/docs/Other-Projects.md b/docs/Other-Projects.md new file mode 100644 index 000000000..163c7c1cf --- /dev/null +++ b/docs/Other-Projects.md | |||
@@ -0,0 +1,62 @@ | |||
1 | Keyboard Firmware Projects other than TMK | ||
2 | ================================ | ||
3 | ## PJRC USB Keyboard/Mouse Example[USB][PJRC][Teensy][AVR] | ||
4 | - <http://www.pjrc.com/teensy/usb_keyboard.html> | ||
5 | - <http://www.pjrc.com/teensy/usb_mouse.html> | ||
6 | |||
7 | ## kbupgrade[USB][V-USB][AVR] | ||
8 | - <http://github.com/rhomann/kbupgrade> | ||
9 | - <http://geekhack.org/showwiki.php?title=Island:8406> | ||
10 | |||
11 | ## c64key[USB][V-USB][AVR] | ||
12 | - <http://symlink.dk/projects/c64key/> | ||
13 | |||
14 | ## rump[USB][V-USB][AVR] | ||
15 | - <http://mg8.org/rump/> | ||
16 | - <http://github.com/clee/rump> | ||
17 | |||
18 | ## dulcimer[USB][V-USB][AVR] | ||
19 | - <http://www.schatenseite.de/dulcimer.html> | ||
20 | |||
21 | ## humblehacker-keyboard[USB][LUFA][AVR][Ergo] | ||
22 | - <http://github.com/humblehacker> | ||
23 | - <http://www.humblehacker.com/keyboard/> | ||
24 | - <http://geekhack.org/showwiki.php?title=Island:6292> | ||
25 | |||
26 | ## ps2avr[PS/2][AVR] | ||
27 | - <http://sourceforge.net/projects/ps2avr/> | ||
28 | |||
29 | ## ErgoDox[Ergo][Split][USB][AVR] | ||
30 | - <http://geekhack.org/index.php?topic=22780.0> | ||
31 | - <https://github.com/benblazak/ergodox-firmware> | ||
32 | - <https://github.com/cub-uanic/tmk_keyboard> | ||
33 | |||
34 | ## Suka's keyboard collection[Ergo][Split][3DPrinting][USB][AVR] | ||
35 | - <http://deskthority.net/workshop-f7/my-diy-keyboard-collection-or-how-i-became-a-kb-geek-t2534.html> | ||
36 | - <https://github.com/frobiac/adnw> | ||
37 | |||
38 | ## bpiphany's AVR-Keyboard[PJRC][AVR][USB] | ||
39 | - <https://github.com/BathroomEpiphanies/AVR-Keyboard> | ||
40 | - <http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions> | ||
41 | - <http://deskthority.net/wiki/Phantom> | ||
42 | |||
43 | ## USB-USB keyboard remapper[converter][USB-USB][AVR][Arduino] | ||
44 | - <http://forum.colemak.com/viewtopic.php?pid=10837> | ||
45 | - <https://github.com/darkytoothpaste/keymapper> | ||
46 | |||
47 | ## USB-USB converter threads[converter][USB-USB] | ||
48 | - <http://deskthority.net/workshop-f7/is-remapping-a-usb-keyboard-using-teensy-possible-t2841-30.html> | ||
49 | - <http://geekhack.org/index.php?topic=19458.0> | ||
50 | |||
51 | ## kbdbabel.org[converter][vintage][protocol][8051] | ||
52 | Great resource of vintage keyboard protocol information and code | ||
53 | |||
54 | - <http://www.kbdbabel.org/> | ||
55 | |||
56 | ## Haata's kiibohd Controller[converter][vintage][protocol][AVR][PJRC][Cortex] | ||
57 | A lots of vintage keyboard protocol supports | ||
58 | |||
59 | - <https://github.com/kiibohd/controller> | ||
60 | |||
61 | ## Kinesis ergonomic keyboard firmware replacement[V-USB][LUFA][Ergo] | ||
62 | - <https://github.com/chrisandreae/kinesis-firmware> | ||