瀏覽代碼

Update feature_encoders.md

Fix missing closing comment after second encoder
Elliot Powell 6 年之前
父節點
當前提交
3ef425423a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {