Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-22 | Refactor code to eliminate duplicate defines | TerryMathews | |
* 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 | |||
2016-11-21 | merging lets_split | Jack Humbert | |
2016-11-17 | rgb light through midi | Jack Humbert | |
2016-11-16 | should have fixed conflixed | climbalima | |
2016-11-16 | Merge https://github.com/climbalima/qmk_firmware | climbalima | |
2016-11-16 | Updated my repo to current qmk | climbalima | |
2016-11-14 | fixed conflict | climbalima | |
2016-11-14 | fixed extra paste | climbalima | |
2016-11-10 | Merge branch 'master' of https://github.com/climbalima/qmk_firmware | climbalima | |
second try | |||
2016-11-10 | Added both revisions into one folder | climbalima | |
2016-11-10 | returned to o | climbalima | |
2016-11-10 | Changes to be committed: | climbalima | |
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 | |||
2016-09-20 | Made Serial and I2C not include the Other | IBNobody | |
This saves 192 bytes | |||
2016-07-24 | Fixes midi functionality | Jack Humbert | |
2016-07-07 | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | |
2016-07-06 | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | |
2016-07-05 | add options to config.h | Jack Humbert | |
2016-07-05 | i2c working | Jack Humbert | |