mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-05 16:02:47 +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++;
|
||||
if (offset == sequence_len) {
|
||||
offset = 0;
|
||||
secure_unlock();
|
||||
secure_unlock();
|
||||
}
|
||||
} else {
|
||||
offset = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user