diff options
Diffstat (limited to 'keyboards/keebio/iris/rev1_led/rev1_led.c')
-rw-r--r-- | keyboards/keebio/iris/rev1_led/rev1_led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev1_led/rev1_led.c b/keyboards/keebio/iris/rev1_led/rev1_led.c index af5fc9440..c330189c7 100644 --- a/keyboards/keebio/iris/rev1_led/rev1_led.c +++ b/keyboards/keebio/iris/rev1_led/rev1_led.c | |||
@@ -10,7 +10,7 @@ void led_set_kb(uint8_t usb_led) { | |||
10 | #ifdef SWAP_HANDS_ENABLE | 10 | #ifdef SWAP_HANDS_ENABLE |
11 | __attribute__ ((weak)) | 11 | __attribute__ ((weak)) |
12 | // swap-hands action needs a matrix to define the swap | 12 | // swap-hands action needs a matrix to define the swap |
13 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | 13 | const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { |
14 | /* Left hand, matrix positions */ | 14 | /* Left hand, matrix positions */ |
15 | {{0,5}, {1,5}, {2,5}, {3,5}, {4,5}, {5,5}}, | 15 | {{0,5}, {1,5}, {2,5}, {3,5}, {4,5}, {5,5}}, |
16 | {{0,6}, {1,6}, {2,6}, {3,6}, {4,6}, {5,6}}, | 16 | {{0,6}, {1,6}, {2,6}, {3,6}, {4,6}, {5,6}}, |