summaryrefslogtreecommitdiff
path: root/keyboards/k34
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/k34')
-rw-r--r--keyboards/k34/config.h5
-rw-r--r--keyboards/k34/info.json2
-rw-r--r--keyboards/k34/rules.mk6
3 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/k34/config.h b/keyboards/k34/config.h
index b7cbe618c2..2b0d0b3078 100644
--- a/keyboards/k34/config.h
+++ b/keyboards/k34/config.h
@@ -3,7 +3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
@@ -24,7 +23,3 @@
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
diff --git a/keyboards/k34/info.json b/keyboards/k34/info.json
index b6491c7c95..d6e1ee19aa 100644
--- a/keyboards/k34/info.json
+++ b/keyboards/k34/info.json
@@ -8,6 +8,8 @@
"pid": "0x0000",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/k34/rules.mk b/keyboards/k34/rules.mk
index a61e60c8a4..6fe874e748 100644
--- a/keyboards/k34/rules.mk
+++ b/keyboards/k34/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
# Build Options
# change yes to no to disable
#