summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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