aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/ergodox_ez.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.c')
-rw-r--r--keyboards/ergodox_ez/ergodox_ez.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.c b/keyboards/ergodox_ez/ergodox_ez.c
index e6f48c49f..4d3567521 100644
--- a/keyboards/ergodox_ez/ergodox_ez.c
+++ b/keyboards/ergodox_ez/ergodox_ez.c
@@ -220,7 +220,7 @@ uint8_t ergodox_left_leds_update(void) {
220#ifdef SWAP_HANDS_ENABLE 220#ifdef SWAP_HANDS_ENABLE
221__attribute__ ((weak)) 221__attribute__ ((weak))
222// swap-hands action needs a matrix to define the swap 222// swap-hands action needs a matrix to define the swap
223const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { 223const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
224 /* Left hand, matrix positions */ 224 /* Left hand, matrix positions */
225 {{0,13}, {1,13}, {2,13}, {3,13}, {4,13}, {5,13}}, 225 {{0,13}, {1,13}, {2,13}, {3,13}, {4,13}, {5,13}},
226 {{0,12}, {1,12}, {2,12}, {3,12}, {4,12}, {5,12}}, 226 {{0,12}, {1,12}, {2,12}, {3,12}, {4,12}, {5,12}},