From 572d3329eb4baf9b46de3342f93a622d821a4774 Mon Sep 17 00:00:00 2001 From: Martin Kauppinen Date: Mon, 25 Nov 2019 22:38:23 +0100 Subject: [Keyboard] Add hand swap config matrix for preonic rev 3 (#7460) * Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files --- keyboards/preonic/rev3/rev3.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'keyboards/preonic/rev3/rev3.c') diff --git a/keyboards/preonic/rev3/rev3.c b/keyboards/preonic/rev3/rev3.c index dc4ff66fc0..04b691f405 100644 --- a/keyboards/preonic/rev3/rev3.c +++ b/keyboards/preonic/rev3/rev3.c @@ -32,3 +32,19 @@ void dip_switch_update_user(uint8_t index, bool active) { dip_update(index, active); } #endif + +#ifdef SWAP_HANDS_ENABLE +__attribute__ ((weak)) +const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { + {{5, 4}, {4, 4}, {3, 4}, {2, 4}, {1, 4}, {0, 4}}, + {{5, 5}, {4, 5}, {3, 5}, {2, 5}, {1, 5}, {0, 5}}, + {{5, 6}, {4, 6}, {3, 6}, {2, 6}, {1, 6}, {0, 6}}, + {{5, 7}, {4, 7}, {3, 7}, {2, 7}, {1, 7}, {0, 7}}, + {{5, 0}, {4, 0}, {3, 0}, {2, 0}, {1, 0}, {0, 0}}, + {{5, 1}, {4, 1}, {3, 1}, {2, 1}, {1, 1}, {0, 1}}, + {{5, 2}, {4, 2}, {3, 2}, {2, 2}, {1, 2}, {0, 2}}, + {{5, 3}, {4, 3}, {3, 3}, {2, 3}, {1, 3}, {0, 3}}, + {{5, 8}, {4, 8}, {3, 8}, {2, 8}, {1, 8}, {0, 8}}, + {{5, 9}, {4, 9}, {3, 9}, {2, 9}, {1, 9}, {0, 9}}, +}; +#endif -- cgit v1.2.3