]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum.h
Fix location of where the make command should be run
[qmk_firmware.git] / quantum / quantum.h
index 6c0e465732ea313e5b6383c4f002496aa40b8389..453cb43f88af863e02c12ca87072b2cbee586f8b 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