diff options
author | Fabian Topfstedt <topfstedt@schneevonmorgen.com> | 2017-07-31 21:17:16 +0200 |
---|---|---|
committer | Fabian Topfstedt <topfstedt@schneevonmorgen.com> | 2017-07-31 21:17:16 +0200 |
commit | 9609a47c3e2050f252378386c0ce2b37b4c2aed8 (patch) | |
tree | 644105ce37b2b23532253555f62ba52693b3c1d3 /quantum/quantum.h | |
parent | 661106bac466f99341edea9d2e38e2f8c75746d9 (diff) | |
parent | bd0a888133d7f7c701574ac467c0f4be71221cc7 (diff) |
Merge https://github.com/qmk/qmk_firmware
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 6c0e465732..453cb43f88 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -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 |