You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
263 B

  1. #pragma once
  2. #include "quantum.h"
  3. #ifdef KEYBOARD_jian_handwired
  4. #include "handwired.h"
  5. #endif
  6. #ifdef KEYBOARD_jian_rev1
  7. #include "rev1.h"
  8. #endif
  9. #ifdef KEYBOARD_jian_rev2
  10. #include "rev2.h"
  11. #endif
  12. #ifdef KEYBOARD_jian_nsrev2
  13. #include "nsrev2.h"
  14. #endif