diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2021-12-26 21:32:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 14:32:06 +1100 |
commit | e90974d810579c58969cc82abae34892aa312e20 (patch) | |
tree | 126a6e8b60028dfa256e8b35a0072b238ecb7ea9 /keyboards/checkerboards/quark_squared/config.h | |
parent | f7619600e3dca4270e86bd7e133ac9d63ee400f4 (diff) |
add 5-row support for an existing board, Quark^2 (#15188)
* add support for 5-row Quark^2
* add support for 5-row Quark^2
* add support for 5-row Quark^2
* add support for 5-row Quark^2
* Update keymap.c
* Update keymap.c
* Update keymap.c
* add 5-row Quark^2 keymaps
* add 5-row Quark^2 keymaps
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update info.json
* Fix typo
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/checkerboards/quark_squared/config.h')
-rw-r--r-- | keyboards/checkerboards/quark_squared/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/checkerboards/quark_squared/config.h b/keyboards/checkerboards/quark_squared/config.h index 89e7eb0725..32546097f1 100644 --- a/keyboards/checkerboards/quark_squared/config.h +++ b/keyboards/checkerboards/quark_squared/config.h @@ -26,11 +26,11 @@ #define PRODUCT QUARK² /* key matrix size */ -#define MATRIX_ROWS 4 +#define MATRIX_ROWS 5 #define MATRIX_COLS 12 /* key matrix pins */ -#define MATRIX_ROW_PINS { C5, C4, C6, C7 } +#define MATRIX_ROW_PINS { C5, C4, C6, C7, B7 } #define MATRIX_COL_PINS { B4, B5, B6, B3, C2, B2, D6, D2, D3, D4, D5, B1 } #define UNUSED_PINS |