summaryrefslogtreecommitdiff
path: root/keyboards/fungo/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fungo/rev1/config.h')
-rw-r--r--keyboards/fungo/rev1/config.h14
1 files changed, 0 insertions, 14 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