summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb/zen/rev2/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-07 12:57:41 +0000
committerQMK Bot <hello@qmk.fm>2022-08-07 12:57:41 +0000
commit9087e6ee28296e95844700a36829a5cd2bd74d80 (patch)
treed3e296859eb36a85807dab45844f3b5831a4643a /keyboards/rgbkb/zen/rev2/config.h
parente8ff0d6ced9999e0e6139ba19ec64fbcd583e8e0 (diff)
parenta6ea760c94a7fc33a6c727f01ade068ecb072b48 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/rgbkb/zen/rev2/config.h')
-rw-r--r--keyboards/rgbkb/zen/rev2/config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/rgbkb/zen/rev2/config.h b/keyboards/rgbkb/zen/rev2/config.h
index e37bd7a168..93c1b3f200 100644
--- a/keyboards/rgbkb/zen/rev2/config.h
+++ b/keyboards/rgbkb/zen/rev2/config.h
@@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
+#include "config_common.h"
+
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x3061
@@ -28,13 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Rows are doubled-up
// wiring of each half
-#ifdef CONVERT_TO_PROTON_C
- #define MATRIX_ROWS 5
- #define MATRIX_COLS 7
-#else
- #define MATRIX_ROWS 10
- #define MATRIX_COLS 7
-#endif
+#define MATRIX_ROWS 10
+#define MATRIX_COLS 7
// Proton-C does pin conversion
#define MATRIX_ROW_PINS { C6, E6, B5, D7, B4 }