Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |