diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-17 16:08:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 16:08:25 +1100 |
| commit | 2da0827d4ffbcba161126d6001f370e97d0172a8 (patch) | |
| tree | ef9d9b76fef466ee5065d6de75f861b6a074c948 /keyboards/winry | |
| parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) | |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/winry')
| -rw-r--r-- | keyboards/winry/winry25tc/config.h | 3 | ||||
| -rw-r--r-- | keyboards/winry/winry315/config.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/winry/winry25tc/config.h b/keyboards/winry/winry25tc/config.h index 3aaaa50c39..f67f725ef6 100644 --- a/keyboards/winry/winry25tc/config.h +++ b/keyboards/winry/winry25tc/config.h | |||
| @@ -17,9 +17,6 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | #define MATRIX_ROWS 5 | ||
| 21 | #define MATRIX_COLS 5 | ||
| 22 | |||
| 23 | #define MATRIX_ROW_PINS { E6, F0, D6, D2, B6 } | 20 | #define MATRIX_ROW_PINS { E6, F0, D6, D2, B6 } |
| 24 | #define MATRIX_COL_PINS { F5, C7, B7, B2, B4 } | 21 | #define MATRIX_COL_PINS { F5, C7, B7, B2, B4 } |
| 25 | 22 | ||
diff --git a/keyboards/winry/winry315/config.h b/keyboards/winry/winry315/config.h index 5d195be432..f093f88b95 100644 --- a/keyboards/winry/winry315/config.h +++ b/keyboards/winry/winry315/config.h | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | // clang-format off | ||
| 7 | |||
| 8 | // Encoder pins. | 6 | // Encoder pins. |
| 9 | // Encoder numbering (assuming the default board orientation with encoders on | 7 | // Encoder numbering (assuming the default board orientation with encoders on |
| 10 | // the top side): | 8 | // the top side): |
