aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/rev2/config.h
AgeCommit message (Collapse)Author
2017-01-22More code cleanupGravatar TerryMathews
Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c.
2017-01-22Missed commenting out notes at end of lineGravatar TerryMathews
2017-01-22Created lines to uncomment keyboards built upside downGravatar TerryMathews
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
2017-01-22Refactor code to eliminate duplicate definesGravatar TerryMathews
* Moved duplicated defines out of inappropriate source files (matrix pins in keymap subdirectory) * Eliminated default keymap directory * Hardcoded serial keymap to use serial defines and EE_CONFIG * Hardcoded i2c keymap to use i2c defines
2016-11-16should have fixed conflixedGravatar climbalima
2016-11-16Merge https://github.com/climbalima/qmk_firmwareGravatar climbalima
2016-11-16Updated my repo to current qmkGravatar climbalima
2016-11-10Added both revisions into one folderGravatar climbalima