diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-10-16 16:03:33 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-10-16 16:03:33 -0400 |
commit | 5f91fb413624781ac79db641549b9e08753c04b5 (patch) | |
tree | ab94b44cdc5c501ac6d9bcba920dd9a5141a7963 /quantum/quantum.h | |
parent | b8679bbe045a2285d6ab6bbc420121b26f516b9a (diff) |
working with power limit
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 0c60466495..06a2e049dc 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -59,6 +59,10 @@ extern uint32_t default_layer_state; #include "process_tap_dance.h" +#ifdef PRINTING_ENABLE + #include "process_printer.h" +#endif + #define SEND_STRING(str) send_string(PSTR(str)) void send_string(const char *str); |