Browse Source

Improve Encoder documentation (#5130)

pull/5134/head
Ben 5 years ago
committed by Drashna Jaelre
parent
commit
1e1b55fbdf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/feature_encoders.md

+ 1
- 1
docs/feature_encoders.md View File

@ -38,7 +38,7 @@ or `keymap.c`:
} else {
tap_code(KC_PGUP);
}
} else if (index == 2) {
} else if (index == 1) { /* Second encoder
if (clockwise) {
tap_code(KC_UP);
} else {


Loading…
Cancel
Save