Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | update include | ||
2017-07-07 | update lets_split lufa include | ||
2017-06-28 | update some copyright headers | ||
2017-06-28 | cleanup lets_split | ||
2017-06-27 | fixed brackets | ||
2017-06-27 | my layout | ||
2017-06-27 | removed wrong readme | ||
2017-06-27 | my layout | ||
2017-06-26 | clone smt layout | ||
2017-06-18 | Don't define RGBLED_NUM in let-split khord keymap | ||
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different. | |||
2017-06-15 | minor fixes | ||
2017-06-15 | Add custom let's split keymap | ||
2017-06-03 | Adding permissive_hold | ||
2017-06-03 | adding lets split keymap | ||
2017-05-31 | replacing one R for a T | ||
2017-05-11 | Fix spelling of "persistent" | ||
Fixes #1201. | |||
2017-04-03 | Remove flip-half from keymap | ||
2017-04-03 | Move SSD1306 function declarations to header file | ||
2017-04-03 | Move defines for RGB to after the config.h include | ||
2017-04-03 | Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h | ||
2017-04-03 | Move defines for RGB to after the config.h include | ||
2017-04-02 | Merge remote-tracking branch 'upstream/master' | ||
2017-03-29 | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | ||
2017-03-28 | Merge pull request #1172 from nooges/hexwire-fixes | ||
Let's Split hexwire keymap fixes | |||
2017-03-23 | Add RGB support for Let’s Split v1 | ||
2017-03-23 | Move keymap into config file | ||
2017-03-23 | Add Makefile in keymap dir | ||
2017-03-23 | Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵ | ||
to 150ms | |||
2017-03-22 | Update readme.md | ||
2017-03-22 | Add files via upload | ||
2017-03-22 | Add files via upload | ||
2017-03-15 | Update config.h | ||
2017-03-15 | Update config.h | ||
2017-03-15 | Merge pull request #1148 from nooges/hexwire-lets-split | ||
Add Hexwire layout for Let's Split | |||
2017-03-14 | Add RGB underglow, move keys to allow Adjust layer to be reached | ||
2017-03-09 | Add readme for layout | ||
2017-03-09 | Convert keymap to compact version | ||
2017-03-09 | Add hexwire layout for Let’s Split | ||
2017-03-08 | Update smt keymap READMEs | ||
2017-03-08 | Update smt keymaps for consistency | ||
2017-03-05 | Removed preceeding underscore from MASTER_RIGHT in config.h | ||
2017-02-16 | Add smt keymap for Let's Split (based on serial) | ||
2017-02-11 | Changes to the keymap to accommodate the RGB Underglow lighting. | ||
2017-02-11 | Adding a config file so that I can get RGB underglow for my Let's Split | ||
2017-02-10 | Merge remote-tracking branch 'upstream/master' | ||
2017-02-07 | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well | ||
2017-02-07 | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵ | ||
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-29 | Let's Split: establish rev2fliphalf subproject | ||
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs) | |||
2017-01-22 | Refactor code to eliminate duplicate defines | ||
* 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-19 | Added Let's Split | ||