Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-12-30 00:51:12 +00:00
commit d4096db271
20 changed files with 800 additions and 2 deletions

View file

@ -67,6 +67,8 @@ Additionally, if one side does not have an encoder, you can specify `{}` for the
#define ENCODER_RESOLUTIONS_RIGHT { 4 }
```
!> Keep in mind that whenver you change the encoder resolution, you will need to reflash the half that has the encoder affected by the change.
## Encoder map :id=encoder-map
Encoder mapping may be added to your `keymap.c`, which replicates the normal keyswitch layer handling functionality, but with encoders. Add this to your keymap's `rules.mk`: