diff options
Diffstat (limited to 'keyboards/splitty/splitty.c')
-rw-r--r-- | keyboards/splitty/splitty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/splitty/splitty.c b/keyboards/splitty/splitty.c index 652d1f781..707f28983 100644 --- a/keyboards/splitty/splitty.c +++ b/keyboards/splitty/splitty.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #ifdef SWAP_HANDS_ENABLE | 19 | #ifdef SWAP_HANDS_ENABLE |
20 | // clang-format off | 20 | // clang-format off |
21 | __attribute__ ((weak)) | 21 | __attribute__ ((weak)) |
22 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | 22 | const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { |
23 | 23 | ||
24 | {{0, 5}, {1, 5}, {2, 5}, {3, 5}, {4, 5}, {5, 5}, {6, 5}}, | 24 | {{0, 5}, {1, 5}, {2, 5}, {3, 5}, {4, 5}, {5, 5}, {6, 5}}, |
25 | {{0, 6}, {1, 6}, {2, 6}, {3, 6}, {4, 6}, {5, 6}, {6, 6}}, | 25 | {{0, 6}, {1, 6}, {2, 6}, {3, 6}, {4, 6}, {5, 6}, {6, 6}}, |