summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps
AgeCommit message (Collapse)Author
2017-07-07Merge pull request #1471 from qmk/lufa_libJack Humbert
Update LUFA and move it to /lib/lufa
2017-07-07Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz
ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
2017-07-07update includeJack Humbert
2017-07-07update lets_split lufa includeJack Humbert
2017-06-28update some copyright headersJack Humbert
2017-06-28cleanup lets_splitJack Humbert
2017-06-18Don't define RGBLED_NUM in let-split khord keymapFred Sundvik
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
2017-06-15minor fixesDylan Khor
2017-06-15Add custom let's split keymapDylan Khor
2017-06-03Adding permissive_holdAdam Bell
2017-06-03adding lets split keymapAdam Bell
2017-05-31replacing one R for a TAlfrheim
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein
Fixes #1201.
2017-04-03Remove flip-half from keymapDanny Nguyen
2017-04-03Move SSD1306 function declarations to header fileDanny Nguyen
2017-04-03Move defines for RGB to after the config.h includeDanny Nguyen
2017-04-03Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.hDanny Nguyen
2017-04-03Move defines for RGB to after the config.h includeDanny Nguyen
2017-04-02Merge remote-tracking branch 'upstream/master'Xyverz
2017-03-29Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz
2017-03-28Merge pull request #1172 from nooges/hexwire-fixesJack Humbert
Let's Split hexwire keymap fixes
2017-03-23Add RGB support for Let’s Split v1Danny Nguyen
2017-03-23Move keymap into config fileDanny Nguyen
2017-03-23Add Makefile in keymap dirDanny Nguyen
2017-03-23Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen
to 150ms
2017-03-22Update readme.mdishtob
2017-03-22Add files via uploadishtob
2017-03-22Add files via uploadishtob
2017-03-15Update config.hJack Humbert
2017-03-15Update config.hJack Humbert
2017-03-15Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert
Add Hexwire layout for Let's Split
2017-03-14Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen
2017-03-09Add readme for layoutDanny Nguyen
2017-03-09Convert keymap to compact versionDanny Nguyen
2017-03-09Add hexwire layout for Let’s SplitDanny Nguyen
2017-03-08Update smt keymap READMEsStephen Tudor
2017-03-08Update smt keymaps for consistencyStephen Tudor
2017-03-05Removed preceeding underscore from MASTER_RIGHT in config.hXyverz
2017-02-16Add smt keymap for Let's Split (based on serial)Stephen Tudor
2017-02-11Changes to the keymap to accommodate the RGB Underglow lighting.Xyverz
2017-02-11Adding a config file so that I can get RGB underglow for my Let's SplitXyverz
2017-02-10Merge remote-tracking branch 'upstream/master'Xyverz
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan
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
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
2017-01-19Added Let's SplitXyverz
2016-11-21merging lets_splitJack Humbert
2016-11-17rgb light through midiJack Humbert
2016-11-16should have fixed conflixedclimbalima