diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2019-11-26 10:02:42 -0800 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-26 10:02:42 -0800 |
commit | f6ffa28b270815f0a9c6fc2095ec65c437776709 (patch) | |
tree | 64e5ad99b8cd39a9d144c3aade69d5bf3bbcced8 /keyboards/xbows/knight/config.h | |
parent | 170261328e3b83409dfb3a6b2bd07980d0c75495 (diff) | |
download | qmk_firmware-f6ffa28b270815f0a9c6fc2095ec65c437776709.tar.gz |
[Keyboard] change xbows/knight pins of capslock Indicator (#7486)
Diffstat (limited to 'keyboards/xbows/knight/config.h')
-rw-r--r-- | keyboards/xbows/knight/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xbows/knight/config.h b/keyboards/xbows/knight/config.h index 1e561642f..f019c46e0 100644 --- a/keyboards/xbows/knight/config.h +++ b/keyboards/xbows/knight/config.h @@ -13,7 +13,7 @@ #define MATRIX_COLS 15 // wiring of each half -#define MATRIX_ROW_PINS { D2, E6, C7, F7, F6, F5 } +#define MATRIX_ROW_PINS { D2, E6, E2, F7, F6, F5 } #define MATRIX_COL_PINS { B0, B1, B2, B3, F4, F1, C6, B6, B5, B4, D7, D6, D4, D5, D3} /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |