diff options
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r-- | keyboards/helix/helix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h index d3d3b04169..b900d975d2 100644 --- a/keyboards/helix/helix.h +++ b/keyboards/helix/helix.h @@ -8,6 +8,12 @@ #ifdef KEYBOARD_helix_rev2 #include "rev2.h" #endif +#ifdef KEYBOARD_helix_rev3_5rows + #include "rev3_5rows.h" +#endif +#ifdef KEYBOARD_helix_rev3_4rows + #include "rev3_4rows.h" +#endif #ifdef KEYBOARD_helix_pico #include "pico.h" #endif |