summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
Commit message (Collapse)AuthorAgeFilesLines
* merging lets_splitJack Humbert2016-11-2115-128/+362
|\
| * should have fixed conflixedclimbalima2016-11-1610-177/+7
| |
| * Merge https://github.com/climbalima/qmk_firmwareclimbalima2016-11-1610-28/+170
| |\
| | * fixed conflictclimbalima2016-11-141-3/+0
| | |
| | * fixed extra pasteclimbalima2016-11-141-3/+2
| | |
| | * Merge branch 'master' of https://github.com/climbalima/qmk_firmwareclimbalima2016-11-101-2/+19
| | |\ | | | | | | | | | | | | second try
| | | * returned to oclimbalima2016-11-101-4/+4
| | | |
| | * | Added both revisions into one folderclimbalima2016-11-1011-101/+327
| | |/
| | * Changes to be committed:climbalima2016-11-104-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 qmkclimbalima2016-11-1615-98/+359
| | |
* | | rgb light through midiJack Humbert2016-11-173-3/+3
|/ /
* | added notes on using Arduino Pro Micro 3.3V with Let’s SplitYin Shanyang2016-10-241-0/+13
| |
* | Fix lets_split.c so that audio can be disabledDustin2016-09-251-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 testingIBNobody2016-09-204-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 OtherIBNobody2016-09-206-14/+36
| | | | | | | | This saves 192 bytes
* | Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-251-32/+32
|\ \
| * | Fixed naming of Analog pins to differentiate them from DIO pins used by ↵IBNobody2016-08-251-32/+32
| | | | | | | | | | | | Quantum Matrix
* | | Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-202-76/+75
|/ /
* | Fixes midi functionalityJack Humbert2016-07-241-2/+2
| |
* | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-071-3/+2
|/
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-065-41/+202
|
* adds eep, removes usbconfig.hJack Humbert2016-07-063-377/+4
|
* remove uno_slave for now, even though it's freakin coolJack Humbert2016-07-055-448/+0
|
* add options to config.hJack Humbert2016-07-051-2/+5
|
* images, docks, clean-up [skip ci]Jack Humbert2016-07-0513-2/+367
|
* i2c workingJack Humbert2016-07-0518-0/+2055