diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-27 18:14:21 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-05-27 18:14:21 -0400 |
commit | 7e84b0e3b3d4d5f53c774465c465a17bafb06f7a (patch) | |
tree | 2d5f1d4049bf15c80e84aeeb897172f4a6e8ac49 /docs/other_projects.md | |
parent | 704794bae3bf96541b0362ea38b84706d5ee6958 (diff) | |
download | qmk_firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.tar.gz qmk_firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.zip |
move old doc to docs
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..bf980b0a9 --- /dev/null +++ b/docs/other_projects.md | |||
@@ -0,0 +1,62 @@ | |||
1 | Other Keyboard Firmware Projects | ||
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 | - <http://gitorious.org/kiibohd-controller> | ||
60 | |||
61 | ## Kinesis ergonomic keyboard firmware replacement[V-USB][LUFA][Ergo] | ||
62 | - <https://github.com/chrisandreae/kinesis-firmware> | ||