aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/default
Commit message (Collapse)AuthorAgeFilesLines
* Let's Split: Minor fixes in keymap.c commentsRickard von Essen2018-01-021-4/+4
| | | | | - Single quote (') is the un-shifted key, not double quote (") - Fixed alignment
* Added support for let's split kailh socket version (#2010)Mikkel Jeppesen2017-11-141-10/+10
| | | | | | | | * Added support for socket version of the let's split * renamed files * socket-version-works
* Remove extra underscore from MASTER_RIGHT defineDanny Nguyen2017-11-011-2/+2
|
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-201-3/+3
|
* update some copyright headersJack Humbert2017-06-281-0/+20
|
* cleanup lets_splitJack Humbert2017-06-283-0/+234
|
* Refactor code to eliminate duplicate definesTerryMathews2017-01-221-188/+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
* 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
|/
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-14/+186
|
* i2c workingJack Humbert2016-07-051-0/+42