summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/i2c/config.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan1-3/+4
2017-01-30Let's Split: establish rev2fliphalf subprojectTerryMathews1-0/+3
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 definesTerryMathews1-80/+5
* 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 Humbert1-1/+1
2016-09-21Created I2C and Serial keymaps for unit testingIBNobody1-0/+102
Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions.