summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pteron/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/pteron/config.h')
-rw-r--r--keyboards/handwired/pteron/config.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/handwired/pteron/config.h b/keyboards/handwired/pteron/config.h
deleted file mode 100644
index 5d26b9f430..0000000000
--- a/keyboards/handwired/pteron/config.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 12
-
-/* key matrix pins */
-#define MATRIX_ROW_PINS { D7, E6, B4, B5, B6 }
-#define MATRIX_COL_PINS { F4, F6, F5, F7, B1, B3, C6, D4, D0, D1, D2, D3 }
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION ROW2COL
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5 // 5 is default