summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactyl_manuform/dmote/62key/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-27 22:00:38 +1000
committerGitHub <noreply@github.com>2021-07-27 22:00:38 +1000
commit468f7054558153cbf7f7ece3cf8775e1f3d28fe9 (patch)
treee94c0d273523afa212be77f706b36e9f8dc640bc /keyboards/handwired/dactyl_manuform/dmote/62key/config.h
parent95de60513d3f7375f58001f775ca23d199b75584 (diff)
Dactyl Manuform cleanup (#13686)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/dmote/62key/config.h')
-rw-r--r--keyboards/handwired/dactyl_manuform/dmote/62key/config.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/handwired/dactyl_manuform/dmote/62key/config.h b/keyboards/handwired/dactyl_manuform/dmote/62key/config.h
index cb21327070..cb65d8c19c 100644
--- a/keyboards/handwired/dactyl_manuform/dmote/62key/config.h
+++ b/keyboards/handwired/dactyl_manuform/dmote/62key/config.h
@@ -1,9 +1,10 @@
#pragma once
#include "config_common.h"
-#define PRODUCT_ID 0x3632
-#define DEVICE_VER 0x0001
-#define PRODUCT DMOTE (62-key)
+
+#define PRODUCT_ID 0x3632
+#define DEVICE_VER 0x0001
+#define PRODUCT DMOTE (62-key)
#define MATRIX_ROWS 12
#define MATRIX_COLS 6
@@ -48,5 +49,3 @@
#define RGB_DI_PIN D1
#define RGBLED_NUM 6 // Used when chaining strips
#define RGBLED_SPLIT { 3, 3 } // Used when not chaining strips
-#define ws2812_PORTREG PORTD
-#define ws2812_DDRREG DDRD