diff options
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 370a65fe0..b7bf5be31 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -193,6 +193,10 @@ extern layer_state_t layer_state; | |||
193 | # include "wpm.h" | 193 | # include "wpm.h" |
194 | #endif | 194 | #endif |
195 | 195 | ||
196 | #ifdef USBPD_ENABLE | ||
197 | # include "usbpd.h" | ||
198 | #endif | ||
199 | |||
196 | // Function substitutions to ease GPIO manipulation | 200 | // Function substitutions to ease GPIO manipulation |
197 | #if defined(__AVR__) | 201 | #if defined(__AVR__) |
198 | typedef uint8_t pin_t; | 202 | typedef uint8_t pin_t; |