summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
AgeCommit message (Collapse)AuthorFilesLines
2017-03-09Update smt keymap READMEsStephen Tudor2-54/+142
2017-03-08Update smt keymaps for consistencyStephen Tudor1-23/+29
2017-03-05Removed preceeding underscore from MASTER_RIGHT in config.hXyverz1-1/+1
2017-02-16Add smt keymap for Let's Split (based on serial)Stephen Tudor2-0/+247
2017-02-12Changes to the keymap to accommodate the RGB Underglow lighting.Xyverz1-5/+5
2017-02-12Adding a config file so that I can get RGB underglow for my Let's SplitXyverz1-0/+37
2017-02-11Merge remote-tracking branch 'upstream/master'Xyverz18-431/+282
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan4-6/+10
2017-02-07udpate readme to reflect QMK and not having the Makefile from ahtn's repoJimmy Chan1-14/+72
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan4-5/+7
project. do not default EE_HANDS for the serial keymap if you compare split_util.h with the original project by ahtn, the address we look for isLeftHand config went from addr 7 to addr 10 (decimal). The EEP files were not updated. EE_HANDS should not be enabled by default since it's more confusing for most users
2017-02-07Merge pull request #1072 from nicinabox/improve-ls-avrdude-targetJack Humbert1-4/+6
Check for Pro Micro serial port automatically
2017-02-07Merge pull request #1053 from TerryMathews/masterJack Humbert10-4/+175
Let's Split: establish rev2fliphalf subproject
2017-02-07Check for a new serial port every secondNic Aitch1-4/+6
2017-02-07Reverse rev2 and rev2fliphalfTerryMathews2-8/+8
Flipped definitions on what constitutes "fliphalf" by popular demand.
2017-02-07Revert "Reverse rev2 and rev2fliphalf"TerryMathews2-7/+7
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
2017-02-07Reverse rev2 and rev2fliphalfTerryMathews2-7/+7
Flipped definitions on what constitutes "fliphalf" by popular demand.
2017-01-30Let's Split: establish rev2fliphalf subprojectTerryMathews9-0/+171
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
2017-01-26Update readmeNic Aitch1-0/+4
2017-01-26Add avrdude targetNic Aitch1-0/+10
2017-01-23More code cleanupTerryMathews2-23/+0
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 lineTerryMathews2-2/+2
2017-01-22Fixed keymap matrix on rev2TerryMathews1-4/+4
* 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 downTerryMathews2-0/+3
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
2017-01-22Refactor code to eliminate duplicate definesTerryMathews6-396/+16
* 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
2017-01-19Added Let's SplitXyverz1-0/+191
2016-12-19added case stl from se7en9057climbalima4-0/+17931
2016-12-15better switch spacing in svgclimbalima1-1859/+119
2016-12-13svg bug fix and added pilcrow to hand wireclimbalima1-9/+9
2016-12-11changed svg after mergeclimbalima1-470/+470
2016-12-11Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima3-3/+4
2016-12-11changed svg to support proto pcbclimbalima1-474/+482
2016-12-04Merge pull request #932 from climbalima/masterJack Humbert1-0/+5809
Added ponoko svg for lets split
2016-12-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima1-0/+5809
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