aboutsummaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/6lit/6lit.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/40percentclub/6lit/6lit.c')
-rw-r--r--keyboards/40percentclub/6lit/6lit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/6lit/6lit.c b/keyboards/40percentclub/6lit/6lit.c
index fd3ae7d00..59d7e33bd 100644
--- a/keyboards/40percentclub/6lit/6lit.c
+++ b/keyboards/40percentclub/6lit/6lit.c
@@ -44,7 +44,7 @@ void led_set_kb(uint8_t usb_led) {
44 44
45#ifdef SWAP_HANDS_ENABLE 45#ifdef SWAP_HANDS_ENABLE
46__attribute__ ((weak)) 46__attribute__ ((weak))
47const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { 47const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
48 {{2, 2}, {1, 2}, {0, 2}}, 48 {{2, 2}, {1, 2}, {0, 2}},
49 {{2, 3}, {1, 3}, {0, 3}}, 49 {{2, 3}, {1, 3}, {0, 3}},
50 {{0, 0}, {1, 0}, {2, 0}}, 50 {{0, 0}, {1, 0}, {2, 0}},