Explorar o código

Update feature_encoders.md

Fix missing closing comment after second encoder
Elliot Powell %!s(int64=6) %!d(string=hai) anos
pai
achega
3ef425423a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/feature_encoders.md

+ 1 - 1
docs/feature_encoders.md

@@ -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 {