summaryrefslogtreecommitdiff
path: root/keyboards/friedrich
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/friedrich')
-rw-r--r--keyboards/friedrich/config.h4
-rw-r--r--keyboards/friedrich/info.json2
-rw-r--r--keyboards/friedrich/rules.mk6
3 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/friedrich/config.h b/keyboards/friedrich/config.h
index 531a9af4d5..a5c80b54ce 100644
--- a/keyboards/friedrich/config.h
+++ b/keyboards/friedrich/config.h
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
@@ -32,6 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* CAPS LED */
#define LED_CAPS_LOCK_PIN B1
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
diff --git a/keyboards/friedrich/info.json b/keyboards/friedrich/info.json
index ccaaf2753e..297540f03a 100644
--- a/keyboards/friedrich/info.json
+++ b/keyboards/friedrich/info.json
@@ -8,6 +8,8 @@
"pid": "0xB4A2",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [{"x":0, "y":0},
diff --git a/keyboards/friedrich/rules.mk b/keyboards/friedrich/rules.mk
index a61e60c8a4..6fe874e748 100644
--- a/keyboards/friedrich/rules.mk
+++ b/keyboards/friedrich/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
# Build Options
# change yes to no to disable
#