aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/helix.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r--keyboards/helix/helix.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h
index d73feb6bb..7dac2455d 100644
--- a/keyboards/helix/helix.h
+++ b/keyboards/helix/helix.h
@@ -1,5 +1,4 @@
1#ifndef HELIX_H 1#pragma once
2#define HELIX_H
3 2
4#ifdef KEYBOARD_helix_rev1 3#ifdef KEYBOARD_helix_rev1
5 #include "rev1.h" 4 #include "rev1.h"
@@ -12,5 +11,3 @@
12#endif 11#endif
13 12
14#include "quantum.h" 13#include "quantum.h"
15
16#endif