zvecr 4 年 前
コミット
2563e7b2a0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      quantum/secure.c

+ 1 - 1
quantum/secure.c

@@ -58,7 +58,7 @@ void secure_keypress_event(uint8_t row, uint8_t col) {
         offset++;
         if (offset == sequence_len) {
             offset = 0;
-        secure_unlock();
+            secure_unlock();
         }
     } else {
         offset = 0;