helix.h 340 B

12345678910111213141516171819
  1. #pragma once
  2. #include "quantum.h"
  3. #ifdef KEYBOARD_helix_rev1
  4. #include "rev1.h"
  5. #endif
  6. #ifdef KEYBOARD_helix_rev2
  7. #include "rev2.h"
  8. #endif
  9. #ifdef KEYBOARD_helix_rev3_5rows
  10. #include "rev3_5rows.h"
  11. #endif
  12. #ifdef KEYBOARD_helix_rev3_4rows
  13. #include "rev3_4rows.h"
  14. #endif
  15. #ifdef KEYBOARD_helix_pico
  16. #include "pico.h"
  17. #endif