diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-12-04 23:57:47 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-12-04 23:57:47 +0700 |
commit | fc80aa9974faad146837cd26d9264b5a6c74dd4b (patch) | |
tree | 893e6f573c2753a51f67ed3636110850036405c7 /quantum/process_keycode/process_printer.h | |
parent | a8e5f6180585f46684d713976ad05d4d81b11ab1 (diff) | |
parent | f39e1b5dfe7552f01dbc6eab95c268f41a9d98e2 (diff) | |
download | firmware-fc80aa9974faad146837cd26d9264b5a6c74dd4b.tar.gz firmware-fc80aa9974faad146837cd26d9264b5a6c74dd4b.tar.bz2 firmware-fc80aa9974faad146837cd26d9264b5a6c74dd4b.zip |
Merge branch 'master' into promethium
Diffstat (limited to 'quantum/process_keycode/process_printer.h')
-rw-r--r-- | quantum/process_keycode/process_printer.h | 8 |
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 |