diff options
Diffstat (limited to 'keyboards/keebio/iris/rev2/rev2.c')
-rw-r--r-- | keyboards/keebio/iris/rev2/rev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev2/rev2.c b/keyboards/keebio/iris/rev2/rev2.c index 70c30695a..e8c2a66c9 100644 --- a/keyboards/keebio/iris/rev2/rev2.c +++ b/keyboards/keebio/iris/rev2/rev2.c | |||
@@ -3,7 +3,7 @@ | |||
3 | #ifdef SWAP_HANDS_ENABLE | 3 | #ifdef SWAP_HANDS_ENABLE |
4 | __attribute__ ((weak)) | 4 | __attribute__ ((weak)) |
5 | // swap-hands action needs a matrix to define the swap | 5 | // swap-hands action needs a matrix to define the swap |
6 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | 6 | const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { |
7 | /* Left hand, matrix positions */ | 7 | /* Left hand, matrix positions */ |
8 | {{0,5}, {1,5}, {2,5}, {3,5}, {4,5}, {5,5}}, | 8 | {{0,5}, {1,5}, {2,5}, {3,5}, {4,5}, {5,5}}, |
9 | {{0,6}, {1,6}, {2,6}, {3,6}, {4,6}, {5,6}}, | 9 | {{0,6}, {1,6}, {2,6}, {3,6}, {4,6}, {5,6}}, |