summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22merging lets_splitJack Humbert15-128/+362
2016-11-17rgb light through midiJack Humbert3-3/+3
2016-11-17should have fixed conflixedclimbalima10-177/+7
2016-11-17Merge https://github.com/climbalima/qmk_firmwareclimbalima10-28/+170
2016-11-17Updated my repo to current qmkclimbalima15-98/+359
2016-11-15fixed conflictclimbalima1-3/+0
2016-11-15fixed extra pasteclimbalima1-3/+2
2016-11-11Merge branch 'master' of https://github.com/climbalima/qmk_firmwareclimbalima1-2/+19
second try
2016-11-11Added both revisions into one folderclimbalima11-101/+327
2016-11-11returned to oclimbalima1-4/+4
2016-11-11 Changes to be committed:climbalima4-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
2016-10-24added notes on using Arduino Pro Micro 3.3V with Let’s SplitYin Shanyang1-0/+13
2016-09-26Fix lets_split.c so that audio can be disabledDustin1-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.
2016-09-21Created I2C and Serial keymaps for unit testingIBNobody4-0/+632
Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions.
2016-09-21Made Serial and I2C not include the OtherIBNobody6-14/+36
This saves 192 bytes
2016-08-25Merge branch 'master' into makefile_overhaulFred Sundvik1-32/+32
2016-08-25Fixed naming of Analog pins to differentiate them from DIO pins used by ↵IBNobody1-32/+32
Quantum Matrix
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik2-76/+75
2016-07-25Fixes midi functionalityJack Humbert1-2/+2
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert1-3/+2
2016-07-07default keymap, reset sorted out for now, added serial to makefileJack Humbert5-41/+202
2016-07-06adds eep, removes usbconfig.hJack Humbert3-377/+4
2016-07-06remove uno_slave for now, even though it's freakin coolJack Humbert5-448/+0
2016-07-06add options to config.hJack Humbert1-2/+5
2016-07-06images, docks, clean-up [skip ci]Jack Humbert13-2/+367
2016-07-06i2c workingJack Humbert18-0/+2055