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 cc47d640131b861d78cabc55430cbb2a295730bb
1 change: 1 addition & 0 deletions keyboards/planck/rev7/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Zero-indexed (compared to being one-indexed on the PCB's silkscreen) in the `enc
Define it as follows in `rules.mk`:

```
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
```

Expand Down