diff options
author | Nick Brassel <nick@tzarc.org> | 2021-07-25 12:17:15 +1000 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2021-07-25 12:17:15 +1000 |
commit | 4ec8764c70da13366f8cb7f8240e3124ea509da5 (patch) | |
tree | e5482bbd1f20e76a5b6dfa03a87d577c3e8d2ed7 /quantum/quantum.h | |
parent | fdf3ce3cd1bbf931660678b0b5e138ce37c84e7c (diff) | |
parent | b69e7431aa2e22b4f4662c64e84ed242caac055e (diff) | |
download | qmk_firmware-4ec8764c70da13366f8cb7f8240e3124ea509da5.tar.gz qmk_firmware-4ec8764c70da13366f8cb7f8240e3124ea509da5.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index b8c120ea2f..756a5603c1 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -15,16 +15,7 @@ */ #pragma once -#if defined(__AVR__) -# include <avr/pgmspace.h> -# include <avr/io.h> -# include <avr/interrupt.h> -#endif -#if defined(PROTOCOL_CHIBIOS) -# include <hal.h> -# include "chibios_config.h" -#endif - +#include "platform.h" #include "wait.h" #include "matrix.h" #include "keymap.h" |