Commit Graph

15 Commits (fe9556104bcf6b101b95929c93fd21c9026fb4d2)

Author SHA1 Message Date
Danny Nguyen e3aeab356a Move SSD1306 function declarations to header file
Danny Nguyen d0cfaba6d2 Revise KEYMAP macro to make left and right halves more clear
ishtob 423c68c210 Merged Fliphalf, now defined in config, added OLED
Can now use the following in the keymap config.h to call the flipped matrix

```
#define FLIPHALF
```
TerryMathews 2a2be010d9 Reverse rev2 and rev2fliphalf
Flipped definitions on what constitutes "fliphalf" by popular demand.
TerryMathews 5d55a44afa Revert "Reverse rev2 and rev2fliphalf"
This reverts commit 0537977ba1.
TerryMathews 0537977ba1 Reverse rev2 and rev2fliphalf
Flipped definitions on what constitutes "fliphalf" by popular demand.
TerryMathews 372af5e3f6 More code cleanup
Missed a few commented out vestigal defines in revx/config.h that had
been moved to keymap/serial and i2c.
TerryMathews 99d548c4fb Missed commenting out notes at end of line
TerryMathews a00957abca Fixed keymap matrix on rev2
* Fixed keymap matrix in rev2 so that left half and right half match
when in same orientation.
TerryMathews efa526f570 Created lines to uncomment keyboards built upside down
* Reverses column order to fix left-to-right key order that occurs if
PCB assembled upside down.
TerryMathews 9d24943ec1 Refactor code to eliminate duplicate defines
* 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
climbalima 21b6b4e6c4 should have fixed conflixed
climbalima 5cac51a773 Merge https://github.com/climbalima/qmk_firmware
climbalima 1dd6ceb45d Updated my repo to current qmk
climbalima b5cecb4cc9 Added both revisions into one folder