Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |||||
| * | | Update readme.md | ishtob | 2017-03-22 | 1 | -8/+1 | |
| | | | ||||||
| * | | Add files via upload | ishtob | 2017-03-22 | 1 | -0/+32 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Update smt keymap READMEs | Stephen Tudor | 2017-03-08 | 2 | -54/+142 | |
| | | | ||||||
| * | | Update smt keymaps for consistency | Stephen Tudor | 2017-03-08 | 1 | -23/+29 | |
| | | | ||||||
| * | | Add smt keymap for Let's Split (based on serial) | Stephen Tudor | 2017-02-16 | 2 | -0/+247 | |
| |/ | ||||||
* | | 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 | 3 | -348/+21 | |
|\| | ||||||
| * | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well | Jimmy Chan | 2017-02-07 | 2 | -3/+6 | |
| | | ||||||
| * | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵ | Jimmy Chan | 2017-02-07 | 1 | -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 subproject | TerryMathews | 2017-01-29 | 2 | -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 defines | TerryMathews | 2017-01-22 | 3 | -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 Split | Xyverz | 2017-01-19 | 1 | -0/+191 | |
|/ | ||||||
* | merging lets_split | Jack Humbert | 2016-11-21 | 1 | -36/+10 | |
|\ | ||||||
| * | should have fixed conflixed | climbalima | 2016-11-16 | 1 | -19/+0 | |
| | | ||||||
| * | Merge https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-16 | 1 | -28/+21 | |
| |\ | ||||||
| | * | Added both revisions into one folder | climbalima | 2016-11-10 | 1 | -44/+7 | |
| | | | ||||||
| | * | Changes to be committed: | climbalima | 2016-11-10 | 1 | -60/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file: keyboards/lets_splitv2/Makefile new file: keyboards/lets_splitv2/config.h new file: keyboards/lets_splitv2/i2c.c new file: keyboards/lets_splitv2/i2c.h new file: keyboards/lets_splitv2/imgs/split-keyboard-i2c-schematic.png new file: keyboards/lets_splitv2/imgs/split-keyboard-serial-schematic.png new file: keyboards/lets_splitv2/keymaps/default/keymap.c new file: keyboards/lets_splitv2/lets_split.c new file: keyboards/lets_splitv2/lets_split.h new file: keyboards/lets_splitv2/matrix.c new file: keyboards/lets_splitv2/pro_micro.h new file: keyboards/lets_splitv2/readme.md new file: keyboards/lets_splitv2/serial.c new file: keyboards/lets_splitv2/serial.h new file: keyboards/lets_splitv2/split_util.c new file: keyboards/lets_splitv2/split_util.h new file: keyboards/maxipad/Makefile new file: keyboards/maxipad/config.h new file: keyboards/maxipad/keymaps/default/Makefile new file: keyboards/maxipad/keymaps/default/config.h new file: keyboards/maxipad/keymaps/default/keymap.c new file: keyboards/maxipad/keymaps/default/readme.md new file: keyboards/maxipad/maxipad.c new file: keyboards/maxipad/maxipad.h new file: keyboards/maxipad/readme.md | |||||
| * | | Updated my repo to current qmk | climbalima | 2016-11-16 | 1 | -6/+6 | |
| | | | ||||||
* | | | rgb light through midi | Jack Humbert | 2016-11-17 | 2 | -2/+2 | |
|/ / | ||||||
* / | Created I2C and Serial keymaps for unit testing | IBNobody | 2016-09-20 | 4 | -0/+632 | |
|/ | | | | | Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions. | |||||
* | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 1 | -14/+186 | |
| | ||||||
* | i2c working | Jack Humbert | 2016-07-05 | 1 | -0/+42 | |