summaryrefslogtreecommitdiff
path: root/keyboards/draculad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/draculad')
-rw-r--r--keyboards/draculad/config.h3
-rw-r--r--keyboards/draculad/info.json2
-rw-r--r--keyboards/draculad/rules.mk6
3 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/draculad/config.h b/keyboards/draculad/config.h
index 3570fb41e9..9263c14bed 100644
--- a/keyboards/draculad/config.h
+++ b/keyboards/draculad/config.h
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 8
#define MATRIX_COLS 5
@@ -27,8 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
-#define DEBOUNCE 5
-
#define SOFT_SERIAL_PIN D2
#ifdef OLED_ENABLE
diff --git a/keyboards/draculad/info.json b/keyboards/draculad/info.json
index 177092d5a3..5526563929 100644
--- a/keyboards/draculad/info.json
+++ b/keyboards/draculad/info.json
@@ -8,6 +8,8 @@
"pid": "0x1B1E",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/draculad/rules.mk b/keyboards/draculad/rules.mk
index d3b69705a0..453d3b26b1 100644
--- a/keyboards/draculad/rules.mk
+++ b/keyboards/draculad/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#