diff options
| author | Fredric Silberberg <fred@silberberg.xyz> | 2017-08-06 01:50:20 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-08 10:02:53 -0400 |
| commit | 8e1be7c792c4c9f65ba7e990f2a773a23b40d20c (patch) | |
| tree | c82bdd82f0aa881e541f6b44fb73d3a54fdf886d /quantum/quantum.h | |
| parent | 7a9fb7c96b876cf0d6c44c4649d3504572e56fa3 (diff) | |
| download | qmk_firmware-8e1be7c792c4c9f65ba7e990f2a773a23b40d20c.tar.gz qmk_firmware-8e1be7c792c4c9f65ba7e990f2a773a23b40d20c.zip | |
Initial implementation of the key_lock feature.
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 453cb43f8..9a6d691a1 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -99,6 +99,10 @@ extern uint32_t default_layer_state; | |||
| 99 | #include "process_combo.h" | 99 | #include "process_combo.h" |
| 100 | #endif | 100 | #endif |
| 101 | 101 | ||
| 102 | #ifdef KEY_LOCK_ENABLE | ||
| 103 | #include "process_key_lock.h" | ||
| 104 | #endif | ||
| 105 | |||
| 102 | #define SEND_STRING(str) send_string(PSTR(str)) | 106 | #define SEND_STRING(str) send_string(PSTR(str)) |
| 103 | extern const bool ascii_to_shift_lut[0x80]; | 107 | extern const bool ascii_to_shift_lut[0x80]; |
| 104 | extern const uint8_t ascii_to_keycode_lut[0x80]; | 108 | extern const uint8_t ascii_to_keycode_lut[0x80]; |
