aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index e6adf974a..8614c053a 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -63,6 +63,10 @@ extern uint32_t default_layer_state;
63 #include "process_printer.h" 63 #include "process_printer.h"
64#endif 64#endif
65 65
66#ifdef COMBO_ENABLE
67 #include "process_combo.h"
68#endif
69
66#define SEND_STRING(str) send_string(PSTR(str)) 70#define SEND_STRING(str) send_string(PSTR(str))
67void send_string(const char *str); 71void send_string(const char *str);
68 72