summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/rev2
AgeCommit message (Collapse)AuthorFilesLines
2017-06-25Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY1-4/+1
2017-04-03Move SSD1306 function declarations to header fileDanny Nguyen2-12/+0
2017-04-03Revise KEYMAP macro to make left and right halves more clearDanny Nguyen1-40/+40
2017-03-22Merged Fliphalf, now defined in config, added OLEDishtob2-8/+59
Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
2017-02-07Reverse rev2 and rev2fliphalfTerryMathews1-4/+4
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-23More code cleanupTerryMathews1-12/+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 lineTerryMathews1-1/+1
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 downTerryMathews1-0/+1
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
2017-01-22Refactor code to eliminate duplicate definesTerryMathews1-2/+2
* 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
2016-11-17should have fixed conflixedclimbalima3-26/+3
2016-11-17Merge https://github.com/climbalima/qmk_firmwareclimbalima3-0/+26
2016-11-17Updated my repo to current qmkclimbalima5-0/+167
2016-11-11Added both revisions into one folderclimbalima3-0/+153