summaryrefslogtreecommitdiff
path: root/keyboards/lets_split
Commit message (Collapse)AuthorAge
...
* | | Update smt keymap READMEsStephen Tudor2017-03-08
| | |
* | | Update smt keymaps for consistencyStephen Tudor2017-03-08
| | |
* | | Add smt keymap for Let's Split (based on serial)Stephen Tudor2017-02-16
|/ /
* | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan2017-02-07
| |
* | udpate readme to reflect QMK and not having the Makefile from ahtn's repoJimmy Chan2017-02-07
| |
* | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan2017-02-07
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1072 from nicinabox/improve-ls-avrdude-targetJack Humbert2017-02-07
|\ \ | | | | | | Check for Pro Micro serial port automatically
| * | Check for a new serial port every secondNic Aitch2017-02-06
| | |
* | | Merge pull request #1053 from TerryMathews/masterJack Humbert2017-02-07
|\ \ \ | |/ / |/| | Let's Split: establish rev2fliphalf subproject
| * | Reverse rev2 and rev2fliphalfTerryMathews2017-02-06
| | | | | | | | | | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
| * | Revert "Reverse rev2 and rev2fliphalf"TerryMathews2017-02-06
| | | | | | | | | | | | This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
| * | Reverse rev2 and rev2fliphalfTerryMathews2017-02-06
| | | | | | | | | | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
| * | Let's Split: establish rev2fliphalf subprojectTerryMathews2017-01-29
| | | | | | | | | | | | | | | Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
* | | Update readmeNic Aitch2017-01-26
| | |
* | | Add avrdude targetNic Aitch2017-01-26
|/ /
* | More code cleanupTerryMathews2017-01-22
| | | | | | | | | | Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c.
* | Missed commenting out notes at end of lineTerryMathews2017-01-22
| |
* | Fixed keymap matrix on rev2TerryMathews2017-01-22
| | | | | | | | | | * Fixed keymap matrix in rev2 so that left half and right half match when in same orientation.
* | Created lines to uncomment keyboards built upside downTerryMathews2017-01-22
| | | | | | | | | | * Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
* | Refactor code to eliminate duplicate definesTerryMathews2017-01-22
|/ | | | | | | | * 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
* added case stl from se7en9057climbalima2016-12-19
|
* better switch spacing in svgclimbalima2016-12-14
|
* svg bug fix and added pilcrow to hand wireclimbalima2016-12-12
|
* changed svg after mergeclimbalima2016-12-10
|
* Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima2016-12-10
|\
| * Merge pull request #932 from climbalima/masterJack Humbert2016-12-04
| |\ | | | | | | Added ponoko svg for lets split
| * \ merging lets_splitJack Humbert2016-11-21
| |\ \
| * | | rgb light through midiJack Humbert2016-11-17
| | | |
* | | | changed svg to support proto pcbclimbalima2016-12-10
| |_|/ |/| |
* | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima2016-12-03
| |/ |/|
* | should have fixed conflixedclimbalima2016-11-16
| |
* | Merge https://github.com/climbalima/qmk_firmwareclimbalima2016-11-16
|\ \
| * | fixed conflictclimbalima2016-11-14
| | |
| * | fixed extra pasteclimbalima2016-11-14
| | |
| * | Merge branch 'master' of https://github.com/climbalima/qmk_firmwareclimbalima2016-11-10
| |\ \ | | | | | | | | | | | | second try
| | * | returned to oclimbalima2016-11-10
| | | |
| * | | Added both revisions into one folderclimbalima2016-11-10
| |/ /
| * | Changes to be committed:climbalima2016-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-16
| |/ |/|
* | added notes on using Arduino Pro Micro 3.3V with Let’s SplitYin Shanyang2016-10-24
| |
* | Fix lets_split.c so that audio can be disabledDustin2016-09-25
| | | | | | 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-20
| | | | | | | | | | 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-20
| | | | | | | | This saves 192 bytes
* | Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-25
|\ \
| * | Fixed naming of Analog pins to differentiate them from DIO pins used by ↵IBNobody2016-08-25
| | | | | | | | | | | | Quantum Matrix
* | | Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-20
|/ /
* | Fixes midi functionalityJack Humbert2016-07-24
| |
* | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-07
|/
* default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-06
|
* adds eep, removes usbconfig.hJack Humbert2016-07-06
|