2
0

helix.h 206 B

123456789101112131415
  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"