diff options
| author | Joel Challis <git@zvecr.com> | 2023-08-09 04:43:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 04:43:47 +0100 |
| commit | c9e666917979f98da976b20eaa12b286a0317eb0 (patch) | |
| tree | 8e36d200e9a51af5e8cb1cac00c5a1532dc07c50 /keyboards/winry | |
| parent | 805324c456100994ae31da6e62f39026d752ebb2 (diff) | |
Tidy up encoder in matrix references (#21718)
Diffstat (limited to 'keyboards/winry')
| -rw-r--r-- | keyboards/winry/winry315/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/winry/winry315/config.h b/keyboards/winry/winry315/config.h index 4453e273d3..dcd17eab96 100644 --- a/keyboards/winry/winry315/config.h +++ b/keyboards/winry/winry315/config.h | |||
| @@ -3,10 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | // Encoder mappings (used for VIA). | ||
| 7 | #define ENCODERS_CW_KEY { { 22, 0 }, { 18, 0 }, { 20, 0 } } | ||
| 8 | #define ENCODERS_CCW_KEY { { 23, 0 }, { 19, 0 }, { 21, 0 } } | ||
| 9 | |||
| 10 | // clang-format on | 6 | // clang-format on |
| 11 | 7 | ||
| 12 | // RGB Lighting configuration. This mode is used by the vendor firmware, and | 8 | // RGB Lighting configuration. This mode is used by the vendor firmware, and |
