summaryrefslogtreecommitdiff
path: root/keyboards/handwired/split65/promicro/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/split65/promicro/config.h')
-rw-r--r--keyboards/handwired/split65/promicro/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/split65/promicro/config.h b/keyboards/handwired/split65/promicro/config.h
index 3284c5e0d3..7deab0a7db 100644
--- a/keyboards/handwired/split65/promicro/config.h
+++ b/keyboards/handwired/split65/promicro/config.h
@@ -16,11 +16,6 @@
#pragma once
-#include "config_common.h"
-
-// Matrix Assignments
-#define MATRIX_ROWS 10 //Rows are doubled-up
-#define MATRIX_COLS 8
#define MATRIX_COL_PINS {F4, F5, F6, F7, B1, B3, B2, B6}
#define MATRIX_ROW_PINS {D4, C6, D7, E6, B4}
@@ -30,13 +25,8 @@
#define MATRIX_IO_DELAY 5
-// Split Keyboard specifics
-#define SOFT_SERIAL_PIN D3
#define SELECT_SOFT_SERIAL_SPEED 1
-// Debounce to reduce unintended double-presses use 0 if not needed
-#define DEBOUNCE 5
-
// Feature diable options
//#define NO_DEBUG
//#define NO_PRINT