summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2-6/+17
* moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute
2017-07-11clean up ssd1306 implementationJack Humbert1-0/+78
2017-07-07Merge pull request #1471 from qmk/lufa_libJack Humbert1-1/+1
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 Spitz3-0/+254
ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
2017-07-07update includeJack Humbert1-1/+1
2017-07-07update lets_split lufa includeJack Humbert1-1/+1
2017-06-28update some copyright headersJack Humbert6-0/+120
2017-06-28cleanup lets_splitJack Humbert12-410/+85
2017-06-18Don't define RGBLED_NUM in let-split khord keymapFred Sundvik1-2/+0
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 Khor2-4/+1
2017-06-15Add custom let's split keymapDylan Khor3-0/+280
2017-06-03Adding permissive_holdAdam Bell1-0/+1
2017-06-03adding lets split keymapAdam Bell3-0/+122
2017-05-31replacing one R for a TAlfrheim1-1/+1
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein6-24/+24
Fixes #1201.
2017-04-03Remove flip-half from keymapDanny Nguyen1-1/+0
2017-04-03Move SSD1306 function declarations to header fileDanny Nguyen1-0/+3
2017-04-03Move defines for RGB to after the config.h includeDanny Nguyen1-10/+7
2017-04-03Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.hDanny Nguyen2-41/+7
2017-04-03Move defines for RGB to after the config.h includeDanny Nguyen1-7/+7
2017-04-02Merge remote-tracking branch 'upstream/master'Xyverz11-0/+1180
2017-03-30Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz1-2/+2
2017-03-28Merge pull request #1172 from nooges/hexwire-fixesJack Humbert4-26/+38
Let's Split hexwire keymap fixes
2017-03-23Add RGB support for Let’s Split v1Danny Nguyen1-1/+0
2017-03-23Move keymap into config fileDanny Nguyen3-24/+33
2017-03-23Add Makefile in keymap dirDanny Nguyen1-0/+4
2017-03-23Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen1-1/+1
to 150ms
2017-03-22Update readme.mdishtob1-8/+1
2017-03-22Add files via uploadishtob1-0/+32
2017-03-22Add files via uploadishtob3-0/+426
2017-03-16Update config.hJack Humbert1-0/+1
2017-03-16Update config.hJack Humbert1-1/+4
2017-03-15Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert5-0/+372
Add Hexwire layout for Let's Split
2017-03-14Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen4-8/+15
2017-03-09Add readme for layoutDanny Nguyen1-0/+108
2017-03-09Convert keymap to compact versionDanny Nguyen2-109/+107
2017-03-09Add hexwire layout for Let’s SplitDanny Nguyen2-0/+259
2017-03-09Update smt keymap READMEsStephen Tudor2-54/+142
2017-03-08Update smt keymaps for consistencyStephen Tudor1-23/+29
2017-03-05Removed preceeding underscore from MASTER_RIGHT in config.hXyverz1-1/+1
2017-02-16Add smt keymap for Let's Split (based on serial)Stephen Tudor2-0/+247
2017-02-12Changes to the keymap to accommodate the RGB Underglow lighting.Xyverz1-5/+5
2017-02-12Adding a config file so that I can get RGB underglow for my Let's SplitXyverz1-0/+37
2017-02-11Merge remote-tracking branch 'upstream/master'Xyverz3-348/+21
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan2-3/+6
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan1-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
2017-01-30Let's Split: establish rev2fliphalf subprojectTerryMathews2-0/+6
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 definesTerryMathews3-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
2017-01-19Added Let's SplitXyverz1-0/+191
2016-11-22merging lets_splitJack Humbert1-36/+10