diff options
author | Ryan <fauxpark@gmail.com> | 2024-07-03 17:18:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 17:18:27 +1000 |
commit | bc0c69570b8a8b1d9a754a280053e49a825b24d7 (patch) | |
tree | 2c04582e424871f6b242bd5295aa06eefce007a6 /keyboards/terrazzo | |
parent | 8471dcc5633a8654327acd30c359d054243541f6 (diff) |
Rename encoder pins defines (#24003)
Diffstat (limited to 'keyboards/terrazzo')
-rw-r--r-- | keyboards/terrazzo/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/terrazzo/readme.md b/keyboards/terrazzo/readme.md index e0f4f3457f..828819f7b4 100644 --- a/keyboards/terrazzo/readme.md +++ b/keyboards/terrazzo/readme.md @@ -82,8 +82,8 @@ Change pinouts, Pro Micro does not have the "F0" pin. Set encoder to just top or bottom position. ``` -#define ENCODERS_PAD_A { C6 } -#define ENCODERS_PAD_B { D4 } +#define ENCODER_A_PINS { C6 } +#define ENCODER_B_PINS { D4 } ``` ## Encoder Setup |