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 fef91616149bedfee58f4aea7a09d676e7bd9889
2 changes: 1 addition & 1 deletion keyboards/planck/rev7/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENCODER_MAP_ENABLE = yes

If you enable `ENCODER_MAP_ENABLE`, define `const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS]` and configure your keycodes. If you enable `ENCODER_MAP_ENABLE`, `encoder_update_user` is not used directly.

Absolutely, You can use the following config.h options:
Additionally, you can use the following `config.h` options:

```c
#define ENCODER_MAP_KEY_DELAY 10
Expand Down