diff options
Diffstat (limited to 'keyboards/moonlander')
| -rw-r--r-- | keyboards/moonlander/moonlander.c | 2 | ||||
| -rw-r--r-- | keyboards/moonlander/rules.mk | 1 |
2 files changed, 1 insertions, 2 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}}, |
diff --git a/keyboards/moonlander/rules.mk b/keyboards/moonlander/rules.mk index 561db849e..7076347ec 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk | |||
| @@ -23,7 +23,6 @@ DEBOUNCE_TYPE = custom | |||
| 23 | SWAP_HANDS_ENABLE = yes | 23 | SWAP_HANDS_ENABLE = yes |
| 24 | RGB_MATRIX_ENABLE = yes | 24 | RGB_MATRIX_ENABLE = yes |
| 25 | RGB_MATRIX_DRIVER = IS31FL3731 | 25 | RGB_MATRIX_DRIVER = IS31FL3731 |
| 26 | #SERIAL_LINK_ENABLE = yes | ||
| 27 | EEPROM_DRIVER = i2c | 26 | EEPROM_DRIVER = i2c |
| 28 | 27 | ||
| 29 | #project specific files | 28 | #project specific files |
