aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/i2c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup lets_splitJack Humbert2017-06-282-245/+0
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-4/+4
| | | | Fixes #1201.
* rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan2017-02-071-3/+4
|
* Let's Split: establish rev2fliphalf subprojectTerryMathews2017-01-291-0/+3
| | | | | Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
* Refactor code to eliminate duplicate definesTerryMathews2017-01-221-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
* rgb light through midiJack Humbert2016-11-171-1/+1
|
* Created I2C and Serial keymaps for unit testingIBNobody2016-09-202-0/+316
Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions.