summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/config.h
AgeCommit message (Collapse)Author
2017-06-28update some copyright headersJack Humbert
2017-06-28cleanup lets_splitJack Humbert
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-21merging lets_splitJack Humbert
2016-11-17rgb light through midiJack Humbert
2016-11-16should have fixed conflixedclimbalima
2016-11-16Merge https://github.com/climbalima/qmk_firmwareclimbalima
2016-11-16Updated my repo to current qmkclimbalima
2016-11-14fixed conflictclimbalima
2016-11-14fixed extra pasteclimbalima
2016-11-10Merge branch 'master' of https://github.com/climbalima/qmk_firmwareclimbalima
second try
2016-11-10Added both revisions into one folderclimbalima
2016-11-10returned to oclimbalima
2016-11-10 Changes to be committed:climbalima
new file: keyboards/lets_splitv2/Makefile new file: keyboards/lets_splitv2/config.h new file: keyboards/lets_splitv2/i2c.c new file: keyboards/lets_splitv2/i2c.h new file: keyboards/lets_splitv2/imgs/split-keyboard-i2c-schematic.png new file: keyboards/lets_splitv2/imgs/split-keyboard-serial-schematic.png new file: keyboards/lets_splitv2/keymaps/default/keymap.c new file: keyboards/lets_splitv2/lets_split.c new file: keyboards/lets_splitv2/lets_split.h new file: keyboards/lets_splitv2/matrix.c new file: keyboards/lets_splitv2/pro_micro.h new file: keyboards/lets_splitv2/readme.md new file: keyboards/lets_splitv2/serial.c new file: keyboards/lets_splitv2/serial.h new file: keyboards/lets_splitv2/split_util.c new file: keyboards/lets_splitv2/split_util.h new file: keyboards/maxipad/Makefile new file: keyboards/maxipad/config.h new file: keyboards/maxipad/keymaps/default/Makefile new file: keyboards/maxipad/keymaps/default/config.h new file: keyboards/maxipad/keymaps/default/keymap.c new file: keyboards/maxipad/keymaps/default/readme.md new file: keyboards/maxipad/maxipad.c new file: keyboards/maxipad/maxipad.h new file: keyboards/maxipad/readme.md
2016-09-20Made Serial and I2C not include the OtherIBNobody
This saves 192 bytes
2016-07-24Fixes midi functionalityJack Humbert
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert
2016-07-06default keymap, reset sorted out for now, added serial to makefileJack Humbert
2016-07-05add options to config.hJack Humbert
2016-07-05i2c workingJack Humbert