Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #932 from climbalima/master | Jack Humbert | 2016-12-04 | 1 | -0/+5809 |
|\ | | | | | Added ponoko svg for lets split | ||||
| * | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | climbalima | 2016-12-03 | 1 | -0/+5809 |
| | | |||||
* | | merging lets_split | Jack Humbert | 2016-11-21 | 15 | -128/+362 |
|\| | |||||
| * | should have fixed conflixed | climbalima | 2016-11-16 | 10 | -177/+7 |
| | | |||||
| * | Merge https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-16 | 10 | -28/+170 |
| |\ | |||||
| | * | 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 | 11 | -101/+327 |
| | |/ | |||||
| | * | Changes to be committed: | climbalima | 2016-11-10 | 4 | -68/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 15 | -98/+359 |
| | | | |||||
* | | | rgb light through midi | Jack Humbert | 2016-11-17 | 3 | -3/+3 |
|/ / | |||||
* | | added notes on using Arduino Pro Micro 3.3V with Let’s Split | Yin Shanyang | 2016-10-24 | 1 | -0/+13 |
| | | |||||
* | | Fix lets_split.c so that audio can be disabled | Dustin | 2016-09-25 | 1 | -3/+5 |
| | | | | | | Matching the use of `#ifdef AUDIO_ENABLE` used in `matrix_init_kb()` in order to compile firmware for the Let's Split keyboard without audio enabled. | ||||
* | | 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. | ||||
* | | Made Serial and I2C not include the Other | IBNobody | 2016-09-20 | 6 | -14/+36 |
| | | | | | | | | This saves 192 bytes | ||||
* | | Merge branch 'master' into makefile_overhaul | Fred Sundvik | 2016-08-25 | 1 | -32/+32 |
|\ \ | |||||
| * | | Fixed naming of Analog pins to differentiate them from DIO pins used by ↵ | IBNobody | 2016-08-25 | 1 | -32/+32 |
| | | | | | | | | | | | | Quantum Matrix | ||||
* | | | Split keyboard makefiles into rules and Makefile | Fred Sundvik | 2016-08-20 | 2 | -76/+75 |
|/ / | |||||
* | | 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 | 5 | -41/+202 |
| | |||||
* | adds eep, removes usbconfig.h | Jack Humbert | 2016-07-06 | 3 | -377/+4 |
| | |||||
* | remove uno_slave for now, even though it's freakin cool | Jack Humbert | 2016-07-05 | 5 | -448/+0 |
| | |||||
* | add options to config.h | Jack Humbert | 2016-07-05 | 1 | -2/+5 |
| | |||||
* | images, docks, clean-up [skip ci] | Jack Humbert | 2016-07-05 | 13 | -2/+367 |
| | |||||
* | i2c working | Jack Humbert | 2016-07-05 | 18 | -0/+2055 |