diff options
Diffstat (limited to 'keyboards/orthodox/rev3/rev3.c')
-rw-r--r-- | keyboards/orthodox/rev3/rev3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/rev3/rev3.c b/keyboards/orthodox/rev3/rev3.c index ecb908b3a..db8d435c3 100644 --- a/keyboards/orthodox/rev3/rev3.c +++ b/keyboards/orthodox/rev3/rev3.c | |||
@@ -37,7 +37,7 @@ void matrix_init_kb(void) { | |||
37 | #ifdef SWAP_HANDS_ENABLE | 37 | #ifdef SWAP_HANDS_ENABLE |
38 | __attribute__ ((weak)) | 38 | __attribute__ ((weak)) |
39 | // swap-hands action needs a matrix to define the swap | 39 | // swap-hands action needs a matrix to define the swap |
40 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | 40 | const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { |
41 | /* Left hand, matrix positions */ | 41 | /* Left hand, matrix positions */ |
42 | {{0,3}, {1,3}, {2,3}, {3,3}, {4,3}, {5,3}, {6,3}, {7,3}, {8,3}}, | 42 | {{0,3}, {1,3}, {2,3}, {3,3}, {4,3}, {5,3}, {6,3}, {7,3}, {8,3}}, |
43 | {{0,4}, {1,4}, {2,4}, {3,4}, {4,4}, {5,4}, {6,4}, {7,4}, {8,4}}, | 43 | {{0,4}, {1,4}, {2,4}, {3,4}, {4,4}, {5,4}, {6,4}, {7,4}, {8,4}}, |