Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging lets_split | Jack Humbert | 2016-11-21 | 1 | -38/+8 |
|\ | |||||
| * | should have fixed conflixed | climbalima | 2016-11-16 | 1 | -11/+2 |
| | | |||||
| * | Merge https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-16 | 1 | -0/+10 |
| |\ | |||||
| | * | fixed conflict | climbalima | 2016-11-14 | 1 | -3/+0 |
| | | | |||||
| | * | fixed extra paste | climbalima | 2016-11-14 | 1 | -3/+2 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-10 | 1 | -2/+19 |
| | |\ | | | | | | | | | | | | | second try | ||||
| | | * | returned to o | climbalima | 2016-11-10 | 1 | -4/+4 |
| | | | | |||||
| | * | | Added both revisions into one folder | climbalima | 2016-11-10 | 1 | -10/+6 |
| | |/ | |||||
| | * | Changes to be committed: | climbalima | 2016-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -40/+8 |
| | | | |||||
* | | | rgb light through midi | Jack Humbert | 2016-11-17 | 1 | -1/+1 |
|/ / | |||||
* | | Made Serial and I2C not include the Other | IBNobody | 2016-09-20 | 1 | -1/+6 |
| | | | | | | | | This saves 192 bytes | ||||
* | | Fixes midi functionality | Jack Humbert | 2016-07-24 | 1 | -2/+2 |
| | | |||||
* | | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | 2016-07-07 | 1 | -3/+2 |
|/ | |||||
* | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 1 | -2/+4 |
| | |||||
* | add options to config.h | Jack Humbert | 2016-07-05 | 1 | -2/+5 |
| | |||||
* | i2c working | Jack Humbert | 2016-07-05 | 1 | -0/+93 |