summaryrefslogtreecommitdiff
path: root/keyboards/dp60/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-04-12 22:28:05 -0700
committerGitHub <noreply@github.com>2020-04-13 07:28:05 +0200
commit6452973761597871e9a6fc97981c2f70deb069c8 (patch)
treec542967439f5fa3a3e586a369623ab0922737187 /keyboards/dp60/config.h
parenta2309b306aee4547208d571cf1dad7b0fda53523 (diff)
DP60 VIA cleanups (#8697)
* some via cleanups for the dp60 firmware * update matrix size
Diffstat (limited to 'keyboards/dp60/config.h')
-rw-r--r--keyboards/dp60/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/dp60/config.h b/keyboards/dp60/config.h
index 29d5e3c2a4..3875d303ea 100644
--- a/keyboards/dp60/config.h
+++ b/keyboards/dp60/config.h
@@ -16,7 +16,7 @@
/* key matrix size */
#define MATRIX_ROWS 5
-#define MATRIX_COLS 14
+#define MATRIX_COLS 15
#define UNUSED_PINS
#define DIODE_DIRECTION COL2ROW
@@ -49,7 +49,3 @@
#define DRIVER_1_LED_TOTAL 36
#define DRIVER_2_LED_TOTAL 36
#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
-
-#if defined(VIA_ENABLE)
-# define DYNAMIC_KEYMAP_LAYER_COUNT 2
-#endif