summaryrefslogtreecommitdiffstats
path: root/keyboards/westfoxtrot/prophet/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/westfoxtrot/prophet/config.h')
-rw-r--r--keyboards/westfoxtrot/prophet/config.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/keyboards/westfoxtrot/prophet/config.h b/keyboards/westfoxtrot/prophet/config.h
deleted file mode 100644
index 1e5e7859ba..0000000000
--- a/keyboards/westfoxtrot/prophet/config.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#pragma once
-
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 14
-
-/*
- * Keyboard Matrix Assignments
-*/
-#define MATRIX_ROW_PINS { C13, B2, B1, A4, A3 }
-#define MATRIX_COL_PINS { A6, A7, B0, A9, A8, A14, A15, B3, B4, B5, B8, B7, B6, B9 }
-
-/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
-#define DIODE_DIRECTION COL2ROW
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
-#define SLEEP_LED_GPT_DRIVER GPTD1