From 0c676d6e471e3c1eabf3158fab5cb4645abd29ee Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Sun, 5 Jan 2020 21:25:25 -0800 Subject: Move webusb.h includes to quantum.h (#244) Co-authored-by: Florian Didron --- quantum/quantum.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'quantum/quantum.h') diff --git a/quantum/quantum.h b/quantum/quantum.h index d1f9c086f0..9a38b036ff 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -157,11 +157,15 @@ extern layer_state_t layer_state; #include "dip_switch.h" #endif + +#ifdef WEBUSB_ENABLE +# include "webusb.h" +#endif + #ifdef DYNAMIC_MACRO_ENABLE #include "process_dynamic_macro.h" #endif - // Function substitutions to ease GPIO manipulation #if defined(__AVR__) typedef uint8_t pin_t; -- cgit v1.2.3