summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_steno.h
diff options
context:
space:
mode:
authorJeremy Bernhardt <bernhardtjeremy@gmail.com>2020-01-17 15:15:58 -0600
committerridingqwerty <george.g.koenig@gmail.com>2020-01-17 16:15:58 -0500
commitd11238f748554d66718b8fc13caa6e3da93fdf16 (patch)
tree8f7f2fad7774ae69f835cff2443781b97196866e /quantum/process_keycode/process_steno.h
parent95c24bbaf8ed2b3c9ee79226dea782dc84764c56 (diff)
switching to you know whats up mode (#7921)
Diffstat (limited to 'quantum/process_keycode/process_steno.h')
-rw-r--r--quantum/process_keycode/process_steno.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/process_keycode/process_steno.h b/quantum/process_keycode/process_steno.h
index 3675423728..ed049eb13f 100644
--- a/quantum/process_keycode/process_steno.h
+++ b/quantum/process_keycode/process_steno.h
@@ -18,10 +18,6 @@
#include "quantum.h"
-#if defined(STENO_ENABLE) && !defined(VIRTSER_ENABLE)
-# error "must have virtser enabled to use steno"
-#endif
-
typedef enum { STENO_MODE_BOLT, STENO_MODE_GEMINI } steno_mode_t;
bool process_steno(uint16_t keycode, keyrecord_t *record);