octagon.h 176 B

1234567891011121314
  1. #ifndef OCTAGON_H
  2. #define OCTAGON_H
  3. #include "quantum.h"
  4. #ifdef KEYBOARD_octagon_v1
  5. #include "v1.h"
  6. #endif
  7. #ifdef KEYBOARD_octagon_v2
  8. #include "v2.h"
  9. #endif
  10. #endif