aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_printer.h
diff options
context:
space:
mode:
authorxyverz <xyverz@gmail.com>2016-12-06 17:36:19 -0800
committerxyverz <xyverz@gmail.com>2016-12-06 17:36:19 -0800
commit9216bc73778ef0fe5830b91511f37dd90fb0f0a1 (patch)
tree6c9f343c2485150c1912b7b68ade364a232015bd /quantum/process_keycode/process_printer.h
parentf9cf4f75aec8cb24f054f243b985d9e5c18a2a80 (diff)
parent985a091a739c99736d5b17de5161831488dbc219 (diff)
downloadfirmware-9216bc73778ef0fe5830b91511f37dd90fb0f0a1.tar.gz
firmware-9216bc73778ef0fe5830b91511f37dd90fb0f0a1.tar.bz2
firmware-9216bc73778ef0fe5830b91511f37dd90fb0f0a1.zip
Merge remote-tracking branch 'upstream/master'
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