diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-26 07:11:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 22:11:39 +0100 |
commit | c2dd19de514eda3cf00cecdee76b21cfd0d6e2e6 (patch) | |
tree | bf505a4302801ee9eed2013c0c35b2087cbe6d1e /keyboards/helix/helix.h | |
parent | 6d88794960df06059dfa5805b99e271e14270cf2 (diff) |
Fix error_log complaint about Helix boards (#9528)
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r-- | keyboards/helix/helix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h index 7dac2455de..d3d3b04169 100644 --- a/keyboards/helix/helix.h +++ b/keyboards/helix/helix.h @@ -1,5 +1,7 @@ #pragma once +#include "quantum.h" + #ifdef KEYBOARD_helix_rev1 #include "rev1.h" #endif @@ -9,5 +11,3 @@ #ifdef KEYBOARD_helix_pico #include "pico.h" #endif - -#include "quantum.h" |