summaryrefslogtreecommitdiff
path: root/keyboards/handwired/myskeeb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/myskeeb/config.h')
-rw-r--r--keyboards/handwired/myskeeb/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/handwired/myskeeb/config.h b/keyboards/handwired/myskeeb/config.h
index 06e8782290..b88e3f0d48 100644
--- a/keyboards/handwired/myskeeb/config.h
+++ b/keyboards/handwired/myskeeb/config.h
@@ -1,11 +1,5 @@
#pragma once
-#include "config_common.h"
-
-// Key Matrix Size //
-// Rows are Doubled-up
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 7
// Wiring of Each Half
#define DIODE_DIRECTION COL2ROW
@@ -15,7 +9,6 @@
// Comunication and Split Detection
-#define SOFT_SERIAL_PIN D3
#define SELECT_SOFT_SERIAL_SPEED 1
#define SPLIT_USB_DETECT
#define EE_HANDS
@@ -31,8 +24,3 @@
// Tap Dance
#define TAPPING_TERM 200
-
-// Other
-
-#define DEBOUNCE 0
-