diff options
author | Nick Choi <nikchi@users.noreply.github.com> | 2017-05-30 14:17:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 14:17:48 -0400 |
commit | 2c9f846608cbf91ce936071372634194745994d0 (patch) | |
tree | 7fc260baa3bca7ba748117e07fca8aaa186943dd /docs/other_projects.md | |
parent | 5393bc6f4eee3d3cb83997e5b03d8e5a5cea85d8 (diff) | |
parent | cb791cf6cdbcd9fd1291f36f6b1a6840753db97f (diff) | |
download | qmk_firmware-2c9f846608cbf91ce936071372634194745994d0.tar.gz qmk_firmware-2c9f846608cbf91ce936071372634194745994d0.zip |
Merge pull request #2 from qmk/master
pull in new qmk changes
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 0000000000..bf980b0a9e --- /dev/null +++ b/docs/other_projects.md @@ -0,0 +1,62 @@ +Other Keyboard Firmware Projects +================================ +## PJRC USB Keyboard/Mouse Example[USB][PJRC][Teensy][AVR] +- <http://www.pjrc.com/teensy/usb_keyboard.html> +- <http://www.pjrc.com/teensy/usb_mouse.html> + +## kbupgrade[USB][V-USB][AVR] +- <http://github.com/rhomann/kbupgrade> +- <http://geekhack.org/showwiki.php?title=Island:8406> + +## c64key[USB][V-USB][AVR] +- <http://symlink.dk/projects/c64key/> + +## rump[USB][V-USB][AVR] +- <http://mg8.org/rump/> +- <http://github.com/clee/rump> + +## dulcimer[USB][V-USB][AVR] +- <http://www.schatenseite.de/dulcimer.html> + +## humblehacker-keyboard[USB][LUFA][AVR][Ergo] +- <http://github.com/humblehacker> +- <http://www.humblehacker.com/keyboard/> +- <http://geekhack.org/showwiki.php?title=Island:6292> + +## ps2avr[PS/2][AVR] +- <http://sourceforge.net/projects/ps2avr/> + +## ErgoDox[Ergo][Split][USB][AVR] +- <http://geekhack.org/index.php?topic=22780.0> +- <https://github.com/benblazak/ergodox-firmware> +- <https://github.com/cub-uanic/tmk_keyboard> + +## Suka's keyboard collection[Ergo][Split][3DPrinting][USB][AVR] +- <http://deskthority.net/workshop-f7/my-diy-keyboard-collection-or-how-i-became-a-kb-geek-t2534.html> +- <https://github.com/frobiac/adnw> + +## bpiphany's AVR-Keyboard[PJRC][AVR][USB] +- <https://github.com/BathroomEpiphanies/AVR-Keyboard> +- <http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions> +- <http://deskthority.net/wiki/Phantom> + +## USB-USB keyboard remapper[converter][USB-USB][AVR][Arduino] +- <http://forum.colemak.com/viewtopic.php?pid=10837> +- <https://github.com/darkytoothpaste/keymapper> + +## USB-USB converter threads[converter][USB-USB] +- <http://deskthority.net/workshop-f7/is-remapping-a-usb-keyboard-using-teensy-possible-t2841-30.html> +- <http://geekhack.org/index.php?topic=19458.0> + +## kbdbabel.org[converter][vintage][protocol][8051] +Great resource of vintage keyboard protocol information and code + +- <http://www.kbdbabel.org/> + +## Haata's kiibohd Controller[converter][vintage][protocol][AVR][PJRC][Cortex] +A lots of vintage keyboard protocol supports + +- <http://gitorious.org/kiibohd-controller> + +## Kinesis ergonomic keyboard firmware replacement[V-USB][LUFA][Ergo] +- <https://github.com/chrisandreae/kinesis-firmware> |