Ergodox EZ refactor (#3171)
* Refactor matrices and keymaps * Fixes for @ericgebhart keymap * Deleted macro aliases * ericgebhart/keymap.c to LAYOUT_ergodox_wrapper
This commit is contained in:
parent
454bc3c264
commit
698ce733b7
13 changed files with 207 additions and 209 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "ergodox_ez.h"
|
||||
#include "debug.h"
|
||||
#include "action_layer.h"
|
||||
|
||||
|
|
@ -13,7 +12,7 @@
|
|||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
|
||||
[BASE] = LAYOUT_ergodox(
|
||||
|
||||
// Left side
|
||||
|
|
@ -93,7 +92,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
/*=============================================*/
|
||||
),
|
||||
|
||||
|
||||
|
||||
[SPEC] = LAYOUT_ergodox(
|
||||
|
||||
// Left side
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue