diff options
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r-- | keyboards/helix/helix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h index 36d12ef86..d73feb6bb 100644 --- a/keyboards/helix/helix.h +++ b/keyboards/helix/helix.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #ifdef KEYBOARD_helix_rev2 | 7 | #ifdef KEYBOARD_helix_rev2 |
8 | #include "rev2.h" | 8 | #include "rev2.h" |
9 | #endif | 9 | #endif |
10 | #ifdef KEYBOARD_helix_pico | ||
11 | #include "pico.h" | ||
12 | #endif | ||
10 | 13 | ||
11 | #include "quantum.h" | 14 | #include "quantum.h" |
12 | 15 | ||