aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1471 from qmk/lufa_libJack Humbert2017-07-071-1/+1
|\ | | | | Update LUFA and move it to /lib/lufa
| * update includeJack Humbert2017-07-071-1/+1
| |
| * update lets_split lufa includeJack Humbert2017-07-071-1/+1
| |
* | Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz2017-07-073-0/+254
|/ | | | ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
* update some copyright headersJack Humbert2017-06-286-0/+120
|
* cleanup lets_splitJack Humbert2017-06-2812-410/+85
|
* Don't define RGBLED_NUM in let-split khord keymapFred Sundvik2017-06-181-2/+0
| | | | | It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
* minor fixesDylan Khor2017-06-152-4/+1
|
* Add custom let's split keymapDylan Khor2017-06-153-0/+280
|
* Adding permissive_holdAdam Bell2017-06-031-0/+1
|
* adding lets split keymapAdam Bell2017-06-033-0/+122
|
* replacing one R for a TAlfrheim2017-05-311-1/+1
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-116-24/+24
| | | | Fixes #1201.
* Remove flip-half from keymapDanny Nguyen2017-04-031-1/+0
|
* Move SSD1306 function declarations to header fileDanny Nguyen2017-04-031-0/+3
|
* Move defines for RGB to after the config.h includeDanny Nguyen2017-04-031-10/+7
|
* Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.hDanny Nguyen2017-04-032-41/+7
|
* Move defines for RGB to after the config.h includeDanny Nguyen2017-04-031-7/+7
|
* Merge remote-tracking branch 'upstream/master'Xyverz2017-04-0211-0/+1180
|\
| * Merge pull request #1172 from nooges/hexwire-fixesJack Humbert2017-03-284-26/+38
| |\ | | | | | | Let's Split hexwire keymap fixes
| | * Add RGB support for Let’s Split v1Danny Nguyen2017-03-231-1/+0
| | |
| | * Move keymap into config fileDanny Nguyen2017-03-233-24/+33
| | |
| | * Add Makefile in keymap dirDanny Nguyen2017-03-231-0/+4
| | |
| | * Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen2017-03-231-1/+1
| | | | | | | | | | | | to 150ms
| * | Update readme.mdishtob2017-03-221-8/+1
| | |
| * | Add files via uploadishtob2017-03-221-0/+32
| | |
| * | Add files via uploadishtob2017-03-223-0/+426
| |/
| * Update config.hJack Humbert2017-03-151-0/+1
| |
| * Update config.hJack Humbert2017-03-151-1/+4
| |
| * Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert2017-03-155-0/+372
| |\ | | | | | | Add Hexwire layout for Let's Split
| | * Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen2017-03-144-8/+15
| | |
| | * Add readme for layoutDanny Nguyen2017-03-091-0/+108
| | |
| | * Convert keymap to compact versionDanny Nguyen2017-03-092-109/+107
| | |
| | * Add hexwire layout for Let’s SplitDanny Nguyen2017-03-092-0/+259
| | |
| * | Update smt keymap READMEsStephen Tudor2017-03-082-54/+142
| | |
| * | Update smt keymaps for consistencyStephen Tudor2017-03-081-23/+29
| | |
| * | Add smt keymap for Let's Split (based on serial)Stephen Tudor2017-02-162-0/+247
| |/
* | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz2017-03-291-2/+2
| |
* | Removed preceeding underscore from MASTER_RIGHT in config.hXyverz2017-03-051-1/+1
| |
* | Changes to the keymap to accommodate the RGB Underglow lighting.Xyverz2017-02-111-5/+5
| |
* | Adding a config file so that I can get RGB underglow for my Let's SplitXyverz2017-02-111-0/+37
| |
* | Merge remote-tracking branch 'upstream/master'Xyverz2017-02-103-348/+21
|\|
| * 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
* | Added Let's SplitXyverz2017-01-191-0/+191
|/
* 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
| |\