summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan1-1/+3
project. do not default EE_HANDS for the serial keymap if you compare split_util.h with the original project by ahtn, the address we look for isLeftHand config went from addr 7 to addr 10 (decimal). The EEP files were not updated. EE_HANDS should not be enabled by default since it's more confusing for most users
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik1-76/+1
2016-07-07default keymap, reset sorted out for now, added serial to makefileJack Humbert1-1/+2
2016-07-06i2c workingJack Humbert1-0/+77