1
0
Fork 0

Added support for locking One Shot modifiers.

This commit is contained in:
Fredric Silberberg 2017-08-06 14:14:27 -07:00 committed by Jack Humbert
parent 02f405708b
commit a3e1d9a8cc
5 changed files with 34 additions and 14 deletions

View file

@ -19,6 +19,6 @@
#include "quantum.h"
bool process_key_lock(uint16_t keycode, keyrecord_t *record);
bool process_key_lock(uint16_t *keycode, keyrecord_t *record);
#endif // PROCESS_KEY_LOCK_H