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:
committed by
Drashna Jaelre
parent
454bc3c264
commit
698ce733b7
@@ -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
|
||||
|
Reference in New Issue
Block a user