summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_printer.h')
-rw-r--r--quantum/process_keycode/process_printer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_printer.h b/quantum/process_keycode/process_printer.h
new file mode 100644
index 000000000..fdd36d75a
--- /dev/null
+++ b/quantum/process_keycode/process_printer.h
@@ -0,0 +1,8 @@
+#ifndef PROCESS_PRINTER_H
+#define PROCESS_PRINTER_H
+
+#include "quantum.h"
+
+#include "protocol/serial.h"
+
+#endif \ No newline at end of file