aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/rev3/rev3.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/rev3/rev3.c')
-rw-r--r--keyboards/keebio/iris/rev3/rev3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev3/rev3.c b/keyboards/keebio/iris/rev3/rev3.c
index f58c2093c..b97b097b7 100644
--- a/keyboards/keebio/iris/rev3/rev3.c
+++ b/keyboards/keebio/iris/rev3/rev3.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
6const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { 6const 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}},