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) | |
| download | qmk_firmware-5f91fb413624781ac79db641549b9e08753c04b5.tar.gz qmk_firmware-5f91fb413624781ac79db641549b9e08753c04b5.zip | |
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 0c6046649..06a2e049d 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -59,6 +59,10 @@ extern uint32_t default_layer_state; | |||
| 59 | 59 | ||
| 60 | #include "process_tap_dance.h" | 60 | #include "process_tap_dance.h" |
| 61 | 61 | ||
| 62 | #ifdef PRINTING_ENABLE | ||
| 63 | #include "process_printer.h" | ||
| 64 | #endif | ||
| 65 | |||
| 62 | #define SEND_STRING(str) send_string(PSTR(str)) | 66 | #define SEND_STRING(str) send_string(PSTR(str)) |
| 63 | void send_string(const char *str); | 67 | void send_string(const char *str); |
| 64 | 68 | ||
