diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-04 04:42:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 17:42:19 +0000 |
commit | db2aa039f197f958fbf0e95c0d7256a5a41c7163 (patch) | |
tree | 92570109e3fafac530e4bd0ad636dfec347f8b83 /keyboards/adpenrose | |
parent | 5fb80562f11b9bbd291a7d7e920912dedcc8a9f2 (diff) |
Remove more `UNUSED_PINS` defines (#18940)
Diffstat (limited to 'keyboards/adpenrose')
-rw-r--r-- | keyboards/adpenrose/shisaku/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/adpenrose/shisaku/config.h b/keyboards/adpenrose/shisaku/config.h index 7371685ca6..4980749d9f 100644 --- a/keyboards/adpenrose/shisaku/config.h +++ b/keyboards/adpenrose/shisaku/config.h @@ -21,7 +21,6 @@ */ #define MATRIX_ROW_PINS { B2, B0, B1, D0, B4, D6, B3, D7 } #define MATRIX_COL_PINS { D1, C3, C4, D4, C0, C1, C2 } -//#define UNUSED_PINS /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW |