orthodox.h 219 B

12345678910111213
  1. #pragma once
  2. #include "quantum.h"
  3. #ifdef KEYBOARD_orthodox_rev1
  4. #include "rev1.h"
  5. #endif
  6. #ifdef KEYBOARD_orthodox_rev3
  7. #include "rev3.h"
  8. #endif
  9. #ifdef KEYBOARD_orthodox_rev3_teensy
  10. #include "rev3_teensy.h"
  11. #endif