helix.h 175 B

12345678910111213
  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. #include "quantum.h"
  10. #endif