mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-08 01:12:44 +00:00
format
This commit is contained in:
parent
f249e33f70
commit
2563e7b2a0
@ -58,7 +58,7 @@ void secure_keypress_event(uint8_t row, uint8_t col) {
|
|||||||
offset++;
|
offset++;
|
||||||
if (offset == sequence_len) {
|
if (offset == sequence_len) {
|
||||||
offset = 0;
|
offset = 0;
|
||||||
secure_unlock();
|
secure_unlock();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
offset = 0;
|
offset = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user