diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-11-29 12:20:26 -0500 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-11-29 12:20:26 -0500 |
commit | ff1b563e851858a291ac226bc7e31055c7da6618 (patch) | |
tree | 8367dd5ef812baf644e1c54ba900dab3f042f0fa /quantum/process_keycode/process_printer.h | |
parent | 5776f39667c82e1053b46fd12d8c6faa5b5acf81 (diff) | |
parent | 81ea909467c8a5bfbd803c58e685c5de74dbc249 (diff) | |
download | firmware-ff1b563e851858a291ac226bc7e31055c7da6618.tar.gz firmware-ff1b563e851858a291ac226bc7e31055c7da6618.tar.bz2 firmware-ff1b563e851858a291ac226bc7e31055c7da6618.zip |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 |