summaryrefslogtreecommitdiff
path: root/keyboards/fungo/rev1
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fungo/rev1')
-rw-r--r--keyboards/fungo/rev1/config.h14
-rw-r--r--keyboards/fungo/rev1/info.json6
-rw-r--r--keyboards/fungo/rev1/rules.mk9
3 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/fungo/rev1/config.h b/keyboards/fungo/rev1/config.h
index ff0444c71c..43db4d05ca 100644
--- a/keyboards/fungo/rev1/config.h
+++ b/keyboards/fungo/rev1/config.h
@@ -16,21 +16,10 @@
#pragma once
-
-
-#include "config_common.h"
-
-#define SOFT_SERIAL_PIN D3 // RX8
-
/* select keyboard master board - I2C or Serial communication master */
#define MASTER_RIGHT
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 12
-#define MATRIX_COLS 7
-
// wiring of each half
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2}
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5}
@@ -53,9 +42,6 @@
#define MATRIX_IO_DELAY 15 // default 30
#define TAP_CODE_DELAY 50 // default 0, disabled
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 3
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
diff --git a/keyboards/fungo/rev1/info.json b/keyboards/fungo/rev1/info.json
index 993e91a631..12696e8045 100644
--- a/keyboards/fungo/rev1/info.json
+++ b/keyboards/fungo/rev1/info.json
@@ -8,6 +8,12 @@
"pid": "0x1233",
"device_version": "0.0.1"
},
+ "split": {
+ "soft_serial_pin": "D3"
+ },
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
+ "debounce": 3,
"layout_aliases": {
"LAYOUT_fungo_split_num": "LAYOUT"
},
diff --git a/keyboards/fungo/rev1/rules.mk b/keyboards/fungo/rev1/rules.mk
index 4cfaca9bc3..731941b437 100644
--- a/keyboards/fungo/rev1/rules.mk
+++ b/keyboards/fungo/rev1/rules.mk
@@ -1,12 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina # controller pro micro
-# BOOTLOADER = atmel-dfu # controller Elite-C
-
-
-
# Build Options
# change yes to no to disable
#