Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 6 | -24/+24 |
| | | | | Fixes #1201. | ||||
* | Merge branch 'master' into master | Jack Humbert | 2017-04-03 | 18 | -114/+362 |
|\ | |||||
| * | Include use of either TRS or TRRS | Danny Nguyen | 2017-04-03 | 1 | -3/+2 |
| | | |||||
| * | Remove flip-half from keymap | Danny Nguyen | 2017-04-03 | 1 | -1/+0 |
| | | |||||
| * | Update Let’s Split readme | Danny Nguyen | 2017-04-03 | 1 | -3/+9 |
| | | |||||
| * | Move SSD1306 function declarations to header file | Danny Nguyen | 2017-04-03 | 5 | -14/+21 |
| | | |||||
| * | Move defines for RGB to after the config.h include | Danny Nguyen | 2017-04-03 | 1 | -10/+7 |
| | | |||||
| * | Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h | Danny Nguyen | 2017-04-03 | 3 | -41/+21 |
| | | |||||
| * | Revise KEYMAP macro to make left and right halves more clear | Danny Nguyen | 2017-04-03 | 2 | -52/+52 |
| | | |||||
| * | Move defines for RGB to after the config.h include | Danny Nguyen | 2017-04-03 | 1 | -7/+7 |
| | | |||||
| * | Revert removal of avrdude make option | Danny Nguyen | 2017-04-03 | 2 | -2/+14 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-04-02 | 26 | -184/+2017 |
| |\ | |||||
| | * | Merge pull request #1172 from nooges/hexwire-fixes | Jack Humbert | 2017-03-28 | 5 | -26/+45 |
| | |\ | | | | | | | | | Let's Split hexwire keymap fixes | ||||
| | | * | Add RGB support for Let’s Split v1 | Danny Nguyen | 2017-03-23 | 2 | -1/+7 |
| | | | | |||||
| | | * | Move keymap into config file | Danny Nguyen | 2017-03-23 | 3 | -24/+33 |
| | | | | |||||
| | | * | Add Makefile in keymap dir | Danny Nguyen | 2017-03-23 | 1 | -0/+4 |
| | | | | |||||
| | | * | Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵ | Danny Nguyen | 2017-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | to 150ms | ||||
| * | | | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | Xyverz | 2017-03-29 | 1 | -2/+2 |
| | | | | |||||
| * | | | Removed preceeding underscore from MASTER_RIGHT in config.h | Xyverz | 2017-03-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Changes to the keymap to accommodate the RGB Underglow lighting. | Xyverz | 2017-02-11 | 1 | -5/+5 |
| | | | | |||||
| * | | | Adding a config file so that I can get RGB underglow for my Let's Split | Xyverz | 2017-02-11 | 1 | -0/+37 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-02-10 | 18 | -431/+282 |
| |\ \ \ | |||||
| * | | | | Added Let's Split | Xyverz | 2017-01-19 | 1 | -0/+191 |
| | | | | | |||||
* | | | | | Update ssd1306.c | ishtob | 2017-04-03 | 1 | -0/+2 |
| |_|/ / |/| | | | |||||
* | | | | Update readme.md | ishtob | 2017-03-22 | 1 | -8/+1 |
| | | | | |||||
* | | | | Update i2c.c | ishtob | 2017-03-22 | 1 | -2/+0 |
| | | | | |||||
* | | | | Update i2c.c | ishtob | 2017-03-22 | 1 | -90/+0 |
| | | | | |||||
* | | | | Update i2c.c | ishtob | 2017-03-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update i2c.c | ishtob | 2017-03-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update matrix.c | ishtob | 2017-03-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update split_util.c | ishtob | 2017-03-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update matrix.c | ishtob | 2017-03-22 | 1 | -2/+1 |
| | | | | |||||
* | | | | OLED code cleanup | ishtob | 2017-03-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add files via upload | ishtob | 2017-03-22 | 1 | -0/+32 |
| | | | | |||||
* | | | | OLED code cleanup | ishtob | 2017-03-22 | 1 | -46/+6 |
| | | | | |||||
* | | | | Added OLED SSD1306 support to I2C | ishtob | 2017-03-22 | 8 | -21/+908 |
| | | | | |||||
* | | | | Merged Fliphalf, now defined in config, added OLED | ishtob | 2017-03-22 | 2 | -8/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ``` | ||||
* | | | | Delete rules.mk | ishtob | 2017-03-22 | 1 | -5/+0 |
| | | | | |||||
* | | | | Delete rev2fliphalf.h | ishtob | 2017-03-22 | 1 | -28/+0 |
| | | | | |||||
* | | | | Delete rev2fliphalf.c | ishtob | 2017-03-22 | 1 | -32/+0 |
| | | | | |||||
* | | | | Delete config.h | ishtob | 2017-03-22 | 1 | -91/+0 |
| | | | | |||||
* | | | | Delete Makefile | ishtob | 2017-03-22 | 1 | -3/+0 |
| | | | | |||||
* | | | | Add files via upload | ishtob | 2017-03-22 | 3 | -0/+426 |
| |_|/ |/| | | |||||
* | | | Update config.h | Jack Humbert | 2017-03-15 | 1 | -0/+1 |
| | | | |||||
* | | | Update config.h | Jack Humbert | 2017-03-15 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #1148 from nooges/hexwire-lets-split | Jack Humbert | 2017-03-15 | 5 | -0/+372 |
|\ \ \ | | | | | | | | | Add Hexwire layout for Let's Split | ||||
| * | | | Add RGB underglow, move keys to allow Adjust layer to be reached | Danny Nguyen | 2017-03-14 | 4 | -8/+15 |
| | | | | |||||
| * | | | Add readme for layout | Danny Nguyen | 2017-03-09 | 1 | -0/+108 |
| | | | | |||||
| * | | | Convert keymap to compact version | Danny Nguyen | 2017-03-09 | 2 | -109/+107 |
| | | | | |||||
| * | | | Add hexwire layout for Let’s Split | Danny Nguyen | 2017-03-09 | 2 | -0/+259 |
| | |/ | |/| |