Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for encoders and support ENCODER_MAP_ENABLE on Planck rev7 #23967

Merged
merged 9 commits into from
Jul 7, 2024
Prev Previous commit
Next Next commit
Update keyboards/planck/rev7/readme.md
Co-authored-by: Nick Brassel <nick@tzarc.org>
  • Loading branch information
ykeisuke and tzarc committed Jul 7, 2024
commit 3120a67afd0e79262d835e07e64dc5cf9255b5c7
2 changes: 1 addition & 1 deletion keyboards/planck/rev7/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If an encoder has a switch built-in, it's connected to the key at that location
`-----------------------------------------------------------------------------------'
```

Planck rev7 support `ENCODER_ENABLE` and `ENCODER_MAP_ENABLE`. If both ENCODER_MAP_ENABLE and ENCODER_ENABLE are defined, ENCODER_MAP_ENABLE takes precedence. On the default keymap, each encoder will play its own rising/falling tone sequence when rotated, and will reset the pitch after one second of inactivity.
Planck rev7 supports `ENCODER_ENABLE` and `ENCODER_MAP_ENABLE`. If both `ENCODER_MAP_ENABLE` and `ENCODER_ENABLE` are defined, `ENCODER_MAP_ENABLE` takes precedence. On the default keymap, each encoder will play its own rising/falling tone sequence when rotated, and will reset the pitch after one second of inactivity.

### With ENCODER_ENABLE

Expand Down