summaryrefslogtreecommitdiff
path: root/keyboards/lets_split
AgeCommit message (Collapse)Author
2017-01-22More code cleanupTerryMathews
Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c.
2017-01-22Missed commenting out notes at end of lineTerryMathews
2017-01-22Fixed keymap matrix on rev2TerryMathews
* Fixed keymap matrix in rev2 so that left half and right half match when in same orientation.
2017-01-22Created lines to uncomment keyboards built upside downTerryMathews
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
2017-01-22Refactor code to eliminate duplicate definesTerryMathews
* Moved duplicated defines out of inappropriate source files (matrix pins in keymap subdirectory) * Eliminated default keymap directory * Hardcoded serial keymap to use serial defines and EE_CONFIG * Hardcoded i2c keymap to use i2c defines
2016-12-19added case stl from se7en9057climbalima
2016-12-14better switch spacing in svgclimbalima
2016-12-12svg bug fix and added pilcrow to hand wireclimbalima
2016-12-10changed svg after mergeclimbalima
2016-12-10Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima
2016-12-10changed svg to support proto pcbclimbalima
2016-12-04Merge pull request #932 from climbalima/masterJack Humbert
Added ponoko svg for lets split
2016-12-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima
2016-11-21merging lets_splitJack Humbert
2016-11-17rgb light through midiJack Humbert
2016-11-16should have fixed conflixedclimbalima
2016-11-16Merge https://github.com/climbalima/qmk_firmwareclimbalima
2016-11-16Updated my repo to current qmkclimbalima
2016-11-14fixed conflictclimbalima
2016-11-14fixed extra pasteclimbalima
2016-11-10Merge branch 'master' of https://github.com/climbalima/qmk_firmwareclimbalima
second try
2016-11-10Added both revisions into one folderclimbalima
2016-11-10returned to oclimbalima
2016-11-10 Changes to be committed:climbalima
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 Shanyang
2016-09-25Fix lets_split.c so that audio can be disabledDustin
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 testingIBNobody
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 OtherIBNobody
This saves 192 bytes
2016-08-25Merge branch 'master' into makefile_overhaulFred Sundvik
2016-08-25Fixed naming of Analog pins to differentiate them from DIO pins used by ↵IBNobody
Quantum Matrix
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik
2016-07-24Fixes midi functionalityJack Humbert
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert
2016-07-06default keymap, reset sorted out for now, added serial to makefileJack Humbert
2016-07-06adds eep, removes usbconfig.hJack Humbert
2016-07-05remove uno_slave for now, even though it's freakin coolJack Humbert
2016-07-05add options to config.hJack Humbert
2016-07-05images, docks, clean-up [skip ci]Jack Humbert
2016-07-05i2c workingJack Humbert