summaryrefslogtreecommitdiff
path: root/keyboards/pico/70keys/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pico/70keys/config.h')
-rw-r--r--keyboards/pico/70keys/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/pico/70keys/config.h b/keyboards/pico/70keys/config.h
index e4cc9c1d2f..c199ed149d 100644
--- a/keyboards/pico/70keys/config.h
+++ b/keyboards/pico/70keys/config.h
@@ -16,7 +16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
@@ -31,15 +30,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-/* number of backlight levels */
-// #define BACKLIGHT_LEVELS 3
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0