aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan2017-02-071-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
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-201-76/+1
|
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-1/+2
|
* i2c workingJack Humbert2016-07-051-0/+77