1
0
Fork 0

Added cancel_key_lock function (#15321)

This commit is contained in:
wheredoesyourmindgo 2021-11-29 00:17:07 -08:00 committed by GitHub
parent 4461355cce
commit 7f67504993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View file

@ -18,4 +18,5 @@
#include "quantum.h"
void cancel_key_lock(void);
bool process_key_lock(uint16_t *keycode, keyrecord_t *record);