summaryrefslogtreecommitdiff
path: root/keyboards/for_science
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/for_science')
-rw-r--r--keyboards/for_science/config.h4
-rw-r--r--keyboards/for_science/info.json2
-rw-r--r--keyboards/for_science/rules.mk6
3 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/for_science/config.h b/keyboards/for_science/config.h
index f3f2d1ffc9..77037b49ee 100644
--- a/keyboards/for_science/config.h
+++ b/keyboards/for_science/config.h
@@ -14,7 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
@@ -42,9 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
#define DIODE_DIRECTION ROW2COL
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
//#define MASTER_RIGHT
/*
diff --git a/keyboards/for_science/info.json b/keyboards/for_science/info.json
index 9d2808c9c5..e16056f635 100644
--- a/keyboards/for_science/info.json
+++ b/keyboards/for_science/info.json
@@ -8,6 +8,8 @@
"pid": "0xF22C",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT_split_4x5_3": {
"layout": [
diff --git a/keyboards/for_science/rules.mk b/keyboards/for_science/rules.mk
index 33d28b3a89..309e55c9f4 100644
--- a/keyboards/for_science/rules.mk
+++ b/keyboards/for_science/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#