aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Convert keymap to compact versionDanny Nguyen2017-03-092-109/+107
|
* Add hexwire layout for Let’s SplitDanny Nguyen2017-03-092-0/+259
|
* rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan2017-02-072-3/+6
|
* correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan2017-02-071-2/+2
| | | | | | | | | | | 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
* Let's Split: establish rev2fliphalf subprojectTerryMathews2017-01-292-0/+6
| | | | | 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-223-348/+12
| | | | | | | | * 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-36/+10
|\
| * should have fixed conflixedclimbalima2016-11-161-19/+0
| |
| * Merge https://github.com/climbalima/qmk_firmwareclimbalima2016-11-161-28/+21
| |\
| | * Added both revisions into one folderclimbalima2016-11-101-44/+7
| | |
| | * Changes to be committed:climbalima2016-11-101-60/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6/+6
| | |
* | | rgb light through midiJack Humbert2016-11-172-2/+2
|/ /
* / Created I2C and Serial keymaps for unit testingIBNobody2016-09-204-0/+632
|/ | | | | Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions.
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-14/+186
|
* i2c workingJack Humbert2016-07-051-0/+42