Age | Commit message (Collapse) | Author |
|
|
|
* include variables and .h files as pp directives
* start layout compilation
* split ergodoxes up
* don't compile all layouts for everything
* might seg fault
* reset layouts variable
* actually reset layouts
* include rules.mk instead
* remove includes from rules.mk
* update variable setting
* load visualizer from path
* adds some more examples
* adds more layouts
* more boards added
* more boards added
* adds documentation for layouts
* use lowercase names for LAYOUT_
* add layout.json files for each layout
* add community folder, default keymaps for layouts
* touch-up default layouts
* touch-up layouts, some keyboard rules.mk
* update documentation for layouts
* fix up serial/i2c switches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can now use the following in the keymap config.h to call the flipped matrix
```
#define FLIPHALF
```
|
|
Flipped definitions on what constitutes "fliphalf" by popular demand.
|
|
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
|
|
Flipped definitions on what constitutes "fliphalf" by popular demand.
|
|
Missed a few commented out vestigal defines in revx/config.h that had
been moved to keymap/serial and i2c.
|
|
|
|
* Fixed keymap matrix in rev2 so that left half and right half match
when in same orientation.
|
|
* Reverses column order to fix left-to-right key order that occurs if
PCB assembled upside down.
|
|
* 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
|
|
|
|
|
|
|
|
|