summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps/serial
AgeCommit message (Collapse)Author
2017-06-28cleanup lets_splitJack Humbert
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein
Fixes #1201.
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan
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
2017-01-29Let's Split: establish rev2fliphalf subprojectTerryMathews
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
2017-01-22Refactor code to eliminate duplicate definesTerryMathews
* 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-17rgb light through midiJack Humbert
2016-09-20Created I2C and Serial keymaps for unit testingIBNobody
Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions.