summaryrefslogtreecommitdiff
path: root/keyboards/8pack
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/8pack')
-rw-r--r--keyboards/8pack/config.h4
-rw-r--r--keyboards/8pack/info.json2
-rw-r--r--keyboards/8pack/rules.mk6
3 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/8pack/config.h b/keyboards/8pack/config.h
index b50de5d82b..ddd88f1303 100644
--- a/keyboards/8pack/config.h
+++ b/keyboards/8pack/config.h
@@ -1,13 +1,9 @@
#pragma once
-#include "config_common.h"
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
diff --git a/keyboards/8pack/info.json b/keyboards/8pack/info.json
index f36f4c9dc3..4520540642 100644
--- a/keyboards/8pack/info.json
+++ b/keyboards/8pack/info.json
@@ -7,6 +7,8 @@
"vid": "0xFEED",
"pid": "0x2171"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/8pack/rules.mk b/keyboards/8pack/rules.mk
index 1d62765274..ee44648259 100644
--- a/keyboards/8pack/rules.mk
+++ b/keyboards/8pack/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#