Initial implementation of the key_lock feature.

This commit is contained in:
Fredric Silberberg 2017-08-06 01:50:20 -07:00 committed by Jack Humbert
parent 7a9fb7c96b
commit 8e1be7c792
8 changed files with 165 additions and 2 deletions

View file

@ -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];