]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum.h
add option to let ctrl override shift/gui for the GRAVE_ESC.
[qmk_firmware.git] / quantum / quantum.h
index 453cb43f88af863e02c12ca87072b2cbee586f8b..9a6d691a15564a0b4adb03e6fcfa9e89cde21d0d 100644 (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];