forked from mirrors/qmk_userspace
Initial implementation of the key_lock feature.
This commit is contained in:
parent
7a9fb7c96b
commit
8e1be7c792
8 changed files with 165 additions and 2 deletions
|
@ -99,6 +99,10 @@ extern uint32_t default_layer_state;
|
|||
#include "process_combo.h"
|
||||
#endif
|
||||
|
||||
#ifdef KEY_LOCK_ENABLE
|
||||
#include "process_key_lock.h"
|
||||
#endif
|
||||
|
||||
#define SEND_STRING(str) send_string(PSTR(str))
|
||||
extern const bool ascii_to_shift_lut[0x80];
|
||||
extern const uint8_t ascii_to_keycode_lut[0x80];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue