]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update feature_encoders.md
authorElliot Powell <32494740+e11i0t23@users.noreply.github.com>
Thu, 30 May 2019 15:53:43 +0000 (16:53 +0100)
committerDrashna Jaelre <drashna@live.com>
Fri, 31 May 2019 00:00:21 +0000 (17:00 -0700)
Fix missing closing comment after second encoder

docs/feature_encoders.md

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