summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/eagleii/config.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/handwired/eagleii/config.h
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/handwired/eagleii/config.h')
-rw-r--r--keyboards/handwired/eagleii/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/eagleii/config.h b/keyboards/handwired/eagleii/config.h
deleted file mode 100644
index 2007137d84..0000000000
--- a/keyboards/handwired/eagleii/config.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include "config_common.h"
-
-#define MATRIX_ROWS 12
-#define MATRIX_COLS 12
-#define MATRIX_ROW_PINS { D0, B5, F1, B2, F7, F6, D4, D7, B4, B7, F5, B0 }
-#define MATRIX_COL_PINS { D2, C6, E6, D5, B3, D3, D1, C7, F0, B6, B1, F4 }
-#define DIODE_DIRECTION COL2ROW
-#define DEBOUNCE 5