Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | Changes to the keymap to accommodate the RGB Underglow lighting. | Xyverz | |
2017-02-11 | Adding a config file so that I can get RGB underglow for my Let's Split | Xyverz | |
2017-02-10 | Merge remote-tracking branch 'upstream/master' | Xyverz | |
2017-02-07 | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well | Jimmy Chan | |
2017-02-07 | udpate readme to reflect QMK and not having the Makefile from ahtn's repo | Jimmy Chan | |
2017-02-07 | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵ | 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-07 | Merge pull request #1072 from nicinabox/improve-ls-avrdude-target | Jack Humbert | |
Check for Pro Micro serial port automatically | |||
2017-02-07 | Merge pull request #1053 from TerryMathews/master | Jack Humbert | |
Let's Split: establish rev2fliphalf subproject | |||
2017-02-06 | Check for a new serial port every second | Nic Aitch | |
2017-02-06 | Reverse rev2 and rev2fliphalf | TerryMathews | |
Flipped definitions on what constitutes "fliphalf" by popular demand. | |||
2017-02-06 | Revert "Reverse rev2 and rev2fliphalf" | TerryMathews | |
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244. | |||
2017-02-06 | Reverse rev2 and rev2fliphalf | TerryMathews | |
Flipped definitions on what constitutes "fliphalf" by popular demand. | |||
2017-01-29 | Let's Split: establish rev2fliphalf subproject | TerryMathews | |
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs) | |||
2017-01-26 | Update readme | Nic Aitch | |
2017-01-26 | Add avrdude target | Nic Aitch | |
2017-01-22 | More code cleanup | TerryMathews | |
Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c. | |||
2017-01-22 | Missed commenting out notes at end of line | TerryMathews | |
2017-01-22 | Fixed keymap matrix on rev2 | TerryMathews | |
* Fixed keymap matrix in rev2 so that left half and right half match when in same orientation. | |||
2017-01-22 | Created lines to uncomment keyboards built upside down | TerryMathews | |
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down. | |||
2017-01-22 | Refactor code to eliminate duplicate defines | 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-19 | Added Let's Split | Xyverz | |
2016-12-19 | added case stl from se7en9057 | climbalima | |
2016-12-14 | better switch spacing in svg | climbalima | |
2016-12-12 | svg bug fix and added pilcrow to hand wire | climbalima | |
2016-12-10 | changed svg after merge | climbalima | |
2016-12-10 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | climbalima | |
2016-12-10 | changed svg to support proto pcb | climbalima | |
2016-12-04 | Merge pull request #932 from climbalima/master | Jack Humbert | |
Added ponoko svg for lets split | |||
2016-12-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | climbalima | |
2016-11-21 | merging lets_split | Jack Humbert | |
2016-11-17 | rgb light through midi | Jack Humbert | |
2016-11-16 | should have fixed conflixed | climbalima | |
2016-11-16 | Merge https://github.com/climbalima/qmk_firmware | climbalima | |
2016-11-16 | Updated my repo to current qmk | climbalima | |
2016-11-14 | fixed conflict | climbalima | |
2016-11-14 | fixed extra paste | climbalima | |
2016-11-10 | Merge branch 'master' of https://github.com/climbalima/qmk_firmware | climbalima | |
second try | |||
2016-11-10 | Added both revisions into one folder | climbalima | |
2016-11-10 | returned to o | climbalima | |
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-24 | added notes on using Arduino Pro Micro 3.3V with Let’s Split | Yin Shanyang | |
2016-09-25 | Fix lets_split.c so that audio can be disabled | 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-20 | Created I2C and Serial keymaps for unit testing | IBNobody | |
Having a dedicated I2C keymap and a dedicated serial keymap will allow the testing suite to check both conditions. | |||
2016-09-20 | Made Serial and I2C not include the Other | IBNobody | |
This saves 192 bytes | |||
2016-08-25 | Merge branch 'master' into makefile_overhaul | Fred Sundvik | |
2016-08-25 | Fixed naming of Analog pins to differentiate them from DIO pins used by ↵ | IBNobody | |
Quantum Matrix | |||
2016-08-20 | Split keyboard makefiles into rules and Makefile | Fred Sundvik | |
2016-07-24 | Fixes midi functionality | Jack Humbert | |
2016-07-07 | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | |
2016-07-06 | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | |