summaryrefslogtreecommitdiff
path: root/keyboards/fungo
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fungo')
-rw-r--r--keyboards/fungo/rev1/config.h4
-rw-r--r--keyboards/fungo/rev1/info.json1
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fungo/rev1/config.h b/keyboards/fungo/rev1/config.h
index ff0444c71c..11bd4444c7 100644
--- a/keyboards/fungo/rev1/config.h
+++ b/keyboards/fungo/rev1/config.h
@@ -18,7 +18,6 @@
-#include "config_common.h"
#define SOFT_SERIAL_PIN D3 // RX8
@@ -53,9 +52,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..80edfb5b91 100644
--- a/keyboards/fungo/rev1/info.json
+++ b/keyboards/fungo/rev1/info.json
@@ -8,6 +8,7 @@
"pid": "0x1233",
"device_version": "0.0.1"
},
+ "debounce": 3,
"layout_aliases": {
"LAYOUT_fungo_split_num": "LAYOUT"
},