aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_steno.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_steno.h')
-rw-r--r--quantum/process_keycode/process_steno.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_steno.h b/quantum/process_keycode/process_steno.h
new file mode 100644
index 000000000..fb9b8e8ad
--- /dev/null
+++ b/quantum/process_keycode/process_steno.h
@@ -0,0 +1,12 @@
1#ifndef PROCESS_STENO_H
2#define PROCESS_STENO_H
3
4#include "quantum.h"
5
6#if defined(STENO_ENABLE) && !defined(VIRTSER_ENABLE)
7 #error "must have virtser enabled to use steno"
8#endif
9
10bool process_steno(uint16_t keycode, keyrecord_t *record);
11
12#endif \ No newline at end of file