aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
AgeCommit message (Collapse)Author
2017-03-09Convert keymap to compact versionGravatar Danny Nguyen
2017-03-09Add hexwire layout for Let’s SplitGravatar Danny Nguyen
2017-03-08Update smt keymap READMEsGravatar Stephen Tudor
2017-03-08Update smt keymaps for consistencyGravatar Stephen Tudor
2017-03-05Removed preceeding underscore from MASTER_RIGHT in config.hGravatar Xyverz
2017-02-16Add smt keymap for Let's Split (based on serial)Gravatar Stephen Tudor
2017-02-11Changes to the keymap to accommodate the RGB Underglow lighting.Gravatar Xyverz
2017-02-11Adding a config file so that I can get RGB underglow for my Let's SplitGravatar Xyverz
2017-02-10Merge remote-tracking branch 'upstream/master'Gravatar Xyverz
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellGravatar Jimmy Chan
2017-02-07udpate readme to reflect QMK and not having the Makefile from ahtn's repoGravatar Jimmy Chan
2017-02-07correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Gravatar Jimmy Chan
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-targetGravatar Jack Humbert
Check for Pro Micro serial port automatically
2017-02-07Merge pull request #1053 from TerryMathews/masterGravatar Jack Humbert
Let's Split: establish rev2fliphalf subproject
2017-02-06Check for a new serial port every secondGravatar Nic Aitch
2017-02-06Reverse rev2 and rev2fliphalfGravatar TerryMathews
Flipped definitions on what constitutes "fliphalf" by popular demand.
2017-02-06Revert "Reverse rev2 and rev2fliphalf"Gravatar TerryMathews
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
2017-02-06Reverse rev2 and rev2fliphalfGravatar TerryMathews
Flipped definitions on what constitutes "fliphalf" by popular demand.
2017-01-29Let's Split: establish rev2fliphalf subprojectGravatar TerryMathews
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
2017-01-26Update readmeGravatar Nic Aitch
2017-01-26Add avrdude targetGravatar Nic Aitch
2017-01-22More code cleanupGravatar TerryMathews
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 lineGravatar TerryMathews
2017-01-22Fixed keymap matrix on rev2Gravatar TerryMathews
* 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 downGravatar TerryMathews
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
2017-01-22Refactor code to eliminate duplicate definesGravatar TerryMathews
* 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 SplitGravatar Xyverz
2016-12-19added case stl from se7en9057Gravatar climbalima
2016-12-14better switch spacing in svgGravatar climbalima
2016-12-12svg bug fix and added pilcrow to hand wireGravatar climbalima
2016-12-10changed svg after mergeGravatar climbalima
2016-12-10Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar climbalima
2016-12-10changed svg to support proto pcbGravatar climbalima
2016-12-04Merge pull request #932 from climbalima/masterGravatar Jack Humbert
Added ponoko svg for lets split
2016-12-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar climbalima
2016-11-21merging lets_splitGravatar Jack Humbert
2016-11-17rgb light through midiGravatar Jack Humbert
2016-11-16should have fixed conflixedGravatar climbalima
2016-11-16Merge https://github.com/climbalima/qmk_firmwareGravatar climbalima
2016-11-16Updated my repo to current qmkGravatar climbalima
2016-11-14fixed conflictGravatar climbalima
2016-11-14fixed extra pasteGravatar climbalima
2016-11-10Merge branch 'master' of https://github.com/climbalima/qmk_firmwareGravatar climbalima
second try
2016-11-10Added both revisions into one folderGravatar climbalima
2016-11-10returned to oGravatar climbalima
2016-11-10 Changes to be committed:Gravatar 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 SplitGravatar Yin Shanyang
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