helix.h 204 B

12345678910111213
  1. #pragma once
  2. #ifdef KEYBOARD_helix_rev1
  3. #include "rev1.h"
  4. #endif
  5. #ifdef KEYBOARD_helix_rev2
  6. #include "rev2.h"
  7. #endif
  8. #ifdef KEYBOARD_helix_pico
  9. #include "pico.h"
  10. #endif
  11. #include "quantum.h"