aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-07-24 19:56:45 +0100
committerGitHub <noreply@github.com>2021-07-24 19:56:45 +0100
commitb5bcd5b0a18079df1252a718588255c62d24a054 (patch)
tree886b84473e94718fed4de18a6d6c5b5b9e46eb89 /quantum/quantum.h
parent145d89ab9192d08b7e22a14105d27988944b7b0c (diff)
downloadqmk_firmware-b5bcd5b0a18079df1252a718588255c62d24a054.tar.gz
qmk_firmware-b5bcd5b0a18079df1252a718588255c62d24a054.zip
Refactor some platform dependent logic (#13675)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 46fc0eb1e..55f6dbb7d 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -15,16 +15,7 @@
15 */ 15 */
16#pragma once 16#pragma once
17 17
18#if defined(__AVR__) 18#include "platform.h"
19# include <avr/pgmspace.h>
20# include <avr/io.h>
21# include <avr/interrupt.h>
22#endif
23#if defined(PROTOCOL_CHIBIOS)
24# include <hal.h>
25# include "chibios_config.h"
26#endif
27
28#include "wait.h" 19#include "wait.h"
29#include "matrix.h" 20#include "matrix.h"
30#include "keymap.h" 21#include "keymap.h"