summaryrefslogtreecommitdiff
path: root/keyboards/beekeeb/piantor/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-14 18:39:41 +1100
committerGitHub <noreply@github.com>2023-02-14 00:39:41 -0700
commit2cdf99ae950a82e233482347651b7689c4896827 (patch)
treef26def8c2fd844dad22095d5223fb539b7413ad0 /keyboards/beekeeb/piantor/config.h
parent0b796b91a352c6084ed0b4c0f5aa99cc9d2fa07c (diff)
Migrate `DIRECT_PINS` to data driven (#19826)
Diffstat (limited to 'keyboards/beekeeb/piantor/config.h')
-rw-r--r--keyboards/beekeeb/piantor/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/beekeeb/piantor/config.h b/keyboards/beekeeb/piantor/config.h
index 8a3e5eb467..6a50429c20 100644
--- a/keyboards/beekeeb/piantor/config.h
+++ b/keyboards/beekeeb/piantor/config.h
@@ -11,23 +11,5 @@
#define SERIAL_USART_TX_PIN GP0
#define SERIAL_USART_RX_PIN GP1
-/* key matrix size */
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 6
-
-#define DIRECT_PINS { \
- { GP5, GP4, GP11, GP15, GP3, GP2}, \
- { GP22, GP20, GP10, GP14, GP9, GP8}, \
- { GP21, GP19, GP6, GP7, GP13, GP12}, \
- { GP17, GP18, GP16, NO_PIN, NO_PIN, NO_PIN} \
-}
-
-#define DIRECT_PINS_RIGHT { \
- { GP22, GP21, GP2, GP5, GP8, GP11}, \
- { GP20, GP19, GP3, GP6, GP9, GP12}, \
- { GP18, GP17, GP4, GP7, GP10, GP13}, \
- { GP15, GP14, GP16, NO_PIN, NO_PIN, NO_PIN} \
-}
-
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 5