| Commit message (Expand) | Author | Age | Files | Lines |
* | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well | Jimmy Chan | 2017-02-07 | 4 | -6/+10 |
* | udpate readme to reflect QMK and not having the Makefile from ahtn's repo | Jimmy Chan | 2017-02-07 | 1 | -14/+72 |
* | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 proj... | Jimmy Chan | 2017-02-07 | 4 | -5/+7 |
* | Merge pull request #1072 from nicinabox/improve-ls-avrdude-target | Jack Humbert | 2017-02-07 | 1 | -4/+6 |
|\ |
|
| * | Check for a new serial port every second | Nic Aitch | 2017-02-06 | 1 | -4/+6 |
* | | Merge pull request #1053 from TerryMathews/master | Jack Humbert | 2017-02-07 | 10 | -4/+175 |
|\ \
| |/
|/| |
|
| * | Reverse rev2 and rev2fliphalf | TerryMathews | 2017-02-06 | 2 | -8/+8 |
| * | Revert "Reverse rev2 and rev2fliphalf" | TerryMathews | 2017-02-06 | 2 | -7/+7 |
| * | Reverse rev2 and rev2fliphalf | TerryMathews | 2017-02-06 | 2 | -7/+7 |
| * | Let's Split: establish rev2fliphalf subproject | TerryMathews | 2017-01-29 | 9 | -0/+171 |
* | | Update readme | Nic Aitch | 2017-01-26 | 1 | -0/+4 |
* | | Add avrdude target | Nic Aitch | 2017-01-26 | 1 | -0/+10 |
|/ |
|
* | More code cleanup | TerryMathews | 2017-01-22 | 2 | -23/+0 |
* | Missed commenting out notes at end of line | TerryMathews | 2017-01-22 | 2 | -2/+2 |
* | Fixed keymap matrix on rev2 | TerryMathews | 2017-01-22 | 1 | -4/+4 |
* | Created lines to uncomment keyboards built upside down | TerryMathews | 2017-01-22 | 2 | -0/+3 |
* | Refactor code to eliminate duplicate defines | TerryMathews | 2017-01-22 | 6 | -396/+16 |
* | added case stl from se7en9057 | climbalima | 2016-12-19 | 4 | -0/+17931 |
* | better switch spacing in svg | climbalima | 2016-12-14 | 1 | -1859/+119 |
* | svg bug fix and added pilcrow to hand wire | climbalima | 2016-12-12 | 1 | -9/+9 |
* | changed svg after merge | climbalima | 2016-12-10 | 1 | -470/+470 |
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | climbalima | 2016-12-10 | 3 | -3/+4 |
|\ |
|
| * | Merge pull request #932 from climbalima/master | Jack Humbert | 2016-12-04 | 1 | -0/+5809 |
| |\ |
|
| * \ | merging lets_split | Jack Humbert | 2016-11-21 | 15 | -128/+362 |
| |\ \ |
|
| * | | | rgb light through midi | Jack Humbert | 2016-11-17 | 3 | -3/+3 |
* | | | | changed svg to support proto pcb | climbalima | 2016-12-10 | 1 | -474/+482 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | climbalima | 2016-12-03 | 1 | -0/+5809 |
| |/
|/| |
|
* | | should have fixed conflixed | climbalima | 2016-11-16 | 10 | -177/+7 |
* | | Merge https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-16 | 10 | -28/+170 |
|\ \ |
|
| * | | fixed conflict | climbalima | 2016-11-14 | 1 | -3/+0 |
| * | | fixed extra paste | climbalima | 2016-11-14 | 1 | -3/+2 |
| * | | Merge branch 'master' of https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-10 | 1 | -2/+19 |
| |\ \ |
|
| | * | | returned to o | climbalima | 2016-11-10 | 1 | -4/+4 |
| * | | | Added both revisions into one folder | climbalima | 2016-11-10 | 11 | -101/+327 |
| |/ / |
|
| * | | Changes to be committed: | climbalima | 2016-11-10 | 4 | -68/+13 |
* | | | Updated my repo to current qmk | climbalima | 2016-11-16 | 15 | -98/+359 |
| |/
|/| |
|
* | | added notes on using Arduino Pro Micro 3.3V with Let’s Split | Yin Shanyang | 2016-10-24 | 1 | -0/+13 |
* | | Fix lets_split.c so that audio can be disabled | Dustin | 2016-09-25 | 1 | -3/+5 |
* | | Created I2C and Serial keymaps for unit testing | IBNobody | 2016-09-20 | 4 | -0/+632 |
* | | Made Serial and I2C not include the Other | IBNobody | 2016-09-20 | 6 | -14/+36 |
* | | Merge branch 'master' into makefile_overhaul | Fred Sundvik | 2016-08-25 | 1 | -32/+32 |
|\ \ |
|
| * | | Fixed naming of Analog pins to differentiate them from DIO pins used by Quant... | IBNobody | 2016-08-25 | 1 | -32/+32 |
* | | | Split keyboard makefiles into rules and Makefile | Fred Sundvik | 2016-08-20 | 2 | -76/+75 |
|/ / |
|
* | | Fixes midi functionality | Jack Humbert | 2016-07-24 | 1 | -2/+2 |
* | | updates rgblight implementation, makes non-timer stuff compatible with audio | Jack Humbert | 2016-07-07 | 1 | -3/+2 |
|/ |
|
* | default keymap, reset sorted out for now, added serial to makefile | Jack Humbert | 2016-07-06 | 5 | -41/+202 |
* | adds eep, removes usbconfig.h | Jack Humbert | 2016-07-06 | 3 | -377/+4 |
* | remove uno_slave for now, even though it's freakin cool | Jack Humbert | 2016-07-05 | 5 | -448/+0 |
* | add options to config.h | Jack Humbert | 2016-07-05 | 1 | -2/+5 |
* | images, docks, clean-up [skip ci] | Jack Humbert | 2016-07-05 | 13 | -2/+367 |