summaryrefslogtreecommitdiffstats
path: root/keyboard/retro_refit/retro_refit.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-45/+0
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert1-1/+1
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
2016-03-23Fixed LED Function CallsIBNobody1-3/+3
Fixed LED indicator function calls to match how the matrix init function calls are formatted.
2016-03-16Adding Retro_Refit KeyboardIBNobody1-0/+45
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.