summaryrefslogtreecommitdiff
path: root/keyboards/helix/helix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-26 07:11:39 +1000
committerGitHub <noreply@github.com>2020-06-25 22:11:39 +0100
commitc2dd19de514eda3cf00cecdee76b21cfd0d6e2e6 (patch)
treebf505a4302801ee9eed2013c0c35b2087cbe6d1e /keyboards/helix/helix.h
parent6d88794960df06059dfa5805b99e271e14270cf2 (diff)
Fix error_log complaint about Helix boards (#9528)
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r--keyboards/helix/helix.h4
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"