summaryrefslogtreecommitdiff
path: root/keyboards/handwired/bdn9_ble/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/handwired/bdn9_ble/config.h
parent0b796b91a352c6084ed0b4c0f5aa99cc9d2fa07c (diff)
Migrate `DIRECT_PINS` to data driven (#19826)
Diffstat (limited to 'keyboards/handwired/bdn9_ble/config.h')
-rw-r--r--keyboards/handwired/bdn9_ble/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/handwired/bdn9_ble/config.h b/keyboards/handwired/bdn9_ble/config.h
index 32d082a00b..2dc8bb5327 100644
--- a/keyboards/handwired/bdn9_ble/config.h
+++ b/keyboards/handwired/bdn9_ble/config.h
@@ -17,18 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-
-/* key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 3
-
-/* Keyboard Matrix Assignments */
-#define DIRECT_PINS { \
- { D1, D0, C6 }, \
- { D7, B5, B6 }, \
- { B7, D6, F7 } \
-}
-
#define BACKLIGHT_PIN F6
#define BACKLIGHT_LEVELS 5