]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adding Retro_Refit Keyboard
authorIBNobody <protospherex@gmail.com>
Wed, 16 Mar 2016 15:27:04 +0000 (10:27 -0500)
committerIBNobody <protospherex@gmail.com>
Wed, 16 Mar 2016 15:27:04 +0000 (10:27 -0500)
commit8a2457d7534ba082b52599e3af56f9e50e8dc38a
tree3a5eedcb1cfc25e7500ac9c882b7a396f9f5c7be
parent17628e9922211d9828341544fbf800c33829afed
Adding Retro_Refit Keyboard

Retro_Refit is an example of using a Teensy to replace a keyboard
controller on an older keyboard. The original 6x15 keyboard had a
non-standard 11x8 matrix.
keyboard/retro_refit/Makefile [new file with mode: 0644]
keyboard/retro_refit/README.md [new file with mode: 0644]
keyboard/retro_refit/config.h [new file with mode: 0644]
keyboard/retro_refit/keymaps/default.c [new file with mode: 0644]
keyboard/retro_refit/retro_refit.c [new file with mode: 0644]
keyboard/retro_refit/retro_refit.h [new file with mode: 0644]