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 36d12ef86b..d73feb6bbf 100644 --- a/keyboards/helix/helix.h +++ b/keyboards/helix/helix.h @@ -7,6 +7,9 @@ #ifdef KEYBOARD_helix_rev2 #include "rev2.h" #endif +#ifdef KEYBOARD_helix_pico + #include "pico.h" +#endif #include "quantum.h" |