]> 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 6c0e465732ea313e5b6383c4f002496aa40b8389..9a6d691a15564a0b4adb03e6fcfa9e89cde21d0d 100644 (file)
@@ -60,6 +60,10 @@ extern uint32_t default_layer_state;
        #include "process_audio.h"
 #endif
 
+#ifdef STENO_ENABLE
+       #include "process_steno.h"
+#endif
+
 #if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC))
        #include "process_music.h"
 #endif
@@ -95,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];