diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-10-16 16:03:56 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-10-16 16:03:56 -0400 |
commit | a889b899e2cf52b3b7807d8a7ad39f12e0761a10 (patch) | |
tree | 8c2bf722fe4f740a1c661b8d215f5b64e4a5f27b /quantum/process_keycode/process_printer.h | |
parent | 5f91fb413624781ac79db641549b9e08753c04b5 (diff) |
working with power limit
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 0000000000..fdd36d75a8 --- /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 |