diff options
Diffstat (limited to 'keyboards/moonlander/moonlander.c')
-rw-r--r-- | keyboards/moonlander/moonlander.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moonlander/moonlander.c b/keyboards/moonlander/moonlander.c index 39f61b5c4..bc4047b84 100644 --- a/keyboards/moonlander/moonlander.c +++ b/keyboards/moonlander/moonlander.c | |||
@@ -370,7 +370,7 @@ bool music_mask_kb(uint16_t keycode) { | |||
370 | #ifdef SWAP_HANDS_ENABLE | 370 | #ifdef SWAP_HANDS_ENABLE |
371 | // swap-hands action needs a matrix to define the swap | 371 | // swap-hands action needs a matrix to define the swap |
372 | // clang-format off | 372 | // clang-format off |
373 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | 373 | const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { |
374 | /* Left hand, matrix positions */ | 374 | /* Left hand, matrix positions */ |
375 | {{6,6}, {5,6}, {4,6}, {3,6}, {2,6}, {1,6},{0,6}}, | 375 | {{6,6}, {5,6}, {4,6}, {3,6}, {2,6}, {1,6},{0,6}}, |
376 | {{6,7}, {5,7}, {4,7}, {3,7}, {2,7}, {1,7},{0,7}}, | 376 | {{6,7}, {5,7}, {4,7}, {3,7}, {2,7}, {1,7},{0,7}}, |