aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
AgeCommit message (Collapse)Author
2016-09-25Fix lets_split.c so that audio can be disabledGravatar Dustin
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.
2016-09-20Created I2C and Serial keymaps for unit testingGravatar IBNobody
Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions.
2016-09-20Made Serial and I2C not include the OtherGravatar IBNobody
This saves 192 bytes
2016-08-25Merge branch 'master' into makefile_overhaulGravatar Fred Sundvik
2016-08-25Fixed naming of Analog pins to differentiate them from DIO pins used by ↵Gravatar IBNobody
Quantum Matrix
2016-08-20Split keyboard makefiles into rules and MakefileGravatar Fred Sundvik
2016-07-24Fixes midi functionalityGravatar Jack Humbert
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioGravatar Jack Humbert
2016-07-06default keymap, reset sorted out for now, added serial to makefileGravatar Jack Humbert
2016-07-06adds eep, removes usbconfig.hGravatar Jack Humbert
2016-07-05remove uno_slave for now, even though it's freakin coolGravatar Jack Humbert
2016-07-05add options to config.hGravatar Jack Humbert
2016-07-05images, docks, clean-up [skip ci]Gravatar Jack Humbert
2016-07-05i2c workingGravatar Jack Humbert