summaryrefslogtreecommitdiff
path: root/keyboards/helix/helix.h
diff options
context:
space:
mode:
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"