helix.h 231 B

12345678910111213141516
  1. #ifndef HELIX_H
  2. #define HELIX_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_pico
  10. #include "pico.h"
  11. #endif
  12. #include "quantum.h"
  13. #endif