Skip to content

Commit

Permalink
dilemma encoder resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Oct 9, 2024
1 parent b1a7b23 commit cf269fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fw/dilemma-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@ Custom defines:
#define DILEMMA_DRAGSCROLL_REVERSE_Y // inverts vertical scrolling
```
### Rotary encoders
The Dilemma keyboards come with optional rotary encoders, which have behaviours assigned in the vendor keymap.

Check warning on line 162 in fw/dilemma-features.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (behaviours)
Depending on your rotary encoder model, you might need to change the encoder resolution, for example if the encoder needs 2 clicks to trigger a signal. The shorter encoders always need a resolution of 2, and the longer ones may need 2, or 4.
You can do this in your userspace's keymap `config.h` file:
```c
#define ENCODER_RESOLUTION 2
```

----

[keymaps]: {{site.baseurl}}/fw/default-keymaps.html
Expand Down

0 comments on commit cf269fd

Please sign in to comment.