]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_encoders.md
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
[qmk_firmware.git] / docs / feature_encoders.md
index 6eab402ef94f846a03943d46db974481514aa217..9ac97a9a160bfc170ea0819e8c600bd29a2d651a 100644 (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 {