Improve Encoder documentation (#5130)

pull/5134/head
Ben 6 years ago committed by Drashna Jaelre
parent d7754a19b9
commit 1e1b55fbdf

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

Loading…
Cancel
Save