summaryrefslogtreecommitdiff
path: root/keyboards/dinofizz/fnrow
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dinofizz/fnrow')
-rw-r--r--keyboards/dinofizz/fnrow/v1/config.h3
-rw-r--r--keyboards/dinofizz/fnrow/v1/info.json2
-rw-r--r--keyboards/dinofizz/fnrow/v1/rules.mk6
3 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/dinofizz/fnrow/v1/config.h b/keyboards/dinofizz/fnrow/v1/config.h
index 9560d18621..008fecce02 100644
--- a/keyboards/dinofizz/fnrow/v1/config.h
+++ b/keyboards/dinofizz/fnrow/v1/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 2
#define MATRIX_COLS 7
@@ -26,5 +25,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS {B0, B1, B3, B4, B5, B6, B7 }
#define DIODE_DIRECTION COL2ROW
-
-#define DEBOUNCE 5
diff --git a/keyboards/dinofizz/fnrow/v1/info.json b/keyboards/dinofizz/fnrow/v1/info.json
index de21492393..c031e4c163 100644
--- a/keyboards/dinofizz/fnrow/v1/info.json
+++ b/keyboards/dinofizz/fnrow/v1/info.json
@@ -8,6 +8,8 @@
"pid": "0x0100",
"device_version": "0.0.1"
},
+ "processor": "STM32F042",
+ "bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_fn_row": {
"layout": [
diff --git a/keyboards/dinofizz/fnrow/v1/rules.mk b/keyboards/dinofizz/fnrow/v1/rules.mk
index fa45f10966..2f7ef9fbe8 100644
--- a/keyboards/dinofizz/fnrow/v1/rules.mk
+++ b/keyboards/dinofizz/fnrow/v1/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = STM32F042
-
-# Bootloader selection
-BOOTLOADER = stm32-dfu
-
# Build Options
# change yes to no to disable
#