diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-29 15:47:59 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 15:47:59 +1100 |
commit | 06664e8a94116b5d40b2348ec89ba2fc6248ec16 (patch) | |
tree | 42c79796aef495754078eaf4856f6b31f10975a6 /keyboards/jian/handwired/handwired.c | |
parent | dc2a625a34a4abade436adcd137ec7a38c36beaa (diff) |
Fix layouts containing keys with multiple matrix positions (#20191)
Diffstat (limited to 'keyboards/jian/handwired/handwired.c')
-rw-r--r-- | keyboards/jian/handwired/handwired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/jian/handwired/handwired.c b/keyboards/jian/handwired/handwired.c index 2c14518299..f803394c74 100644 --- a/keyboards/jian/handwired/handwired.c +++ b/keyboards/jian/handwired/handwired.c @@ -1,4 +1,4 @@ -#include "handwired.h" +#include "quantum.h" const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { {{13, 0}, {12, 0}, {11, 0}, {10, 0}, {9, 0}, {8, 0}, {7, 0}, {6, 0}, {5, 0}, {4, 0}, {3, 0}, {2, 0}, {1, 0}, {0, 0}}, |