aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard: Refactor lets split to use split common code (#4536)zvecr2018-12-051-4/+1
| | | | | | | | | | * Refactor lets split to use split common code * Refactor lets split to use split common code * Build fixes for OLED_sample keymap * Build fixes for OLED_sample keymap - attempt to reduce firmware size
* fix up lets_split keymapsJack Humbert2017-11-141-10/+0
|
* Added support for let's split kailh socket version (#2010)Mikkel Jeppesen2017-11-141-0/+3
| | | | | | | | * Added support for socket version of the let's split * renamed files * socket-version-works
* update some copyright headersJack Humbert2017-06-281-0/+1
|
* cleanup lets_splitJack Humbert2017-06-281-3/+1
|
* 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-43/+0
| | | | | | | | * 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
* merging lets_splitJack Humbert2016-11-211-38/+8
|\
| * should have fixed conflixedclimbalima2016-11-161-11/+2
| |
| * Merge https://github.com/climbalima/qmk_firmwareclimbalima2016-11-161-0/+10
| |\
| | * fixed conflictclimbalima2016-11-141-3/+0
| | |
| | * fixed extra pasteclimbalima2016-11-141-3/+2
| | |
| | * Merge branch 'master' of https://github.com/climbalima/qmk_firmwareclimbalima2016-11-101-2/+19
| | |\ | | | | | | | | | | | | second try
| | | * returned to oclimbalima2016-11-101-4/+4
| | | |
| | * | Added both revisions into one folderclimbalima2016-11-101-10/+6
| | |/
| | * Changes to be committed:climbalima2016-11-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Updated my repo to current qmkclimbalima2016-11-161-40/+8
| | |
* | | rgb light through midiJack Humbert2016-11-171-1/+1
|/ /
* | Made Serial and I2C not include the OtherIBNobody2016-09-201-1/+6
| | | | | | | | This saves 192 bytes
* | Fixes midi functionalityJack Humbert2016-07-241-2/+2
| |
* | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-071-3/+2
|/
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-2/+4
|
* add options to config.hJack Humbert2016-07-051-2/+5
|
* i2c workingJack Humbert2016-07-051-0/+93