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.

30 lines
733 B

  1. #pragma once
  2. #ifdef KEYBOARD_handwired_dactyl_manuform_4x5
  3. #include "4x5.h"
  4. #elif KEYBOARD_handwired_dactyl_manuform_4x6
  5. #include "4x6.h"
  6. #elif KEYBOARD_handwired_dactyl_manuform_5x6
  7. #include "5x6.h"
  8. #elif KEYBOARD_handwired_dactyl_manuform_5x6_5
  9. #include "5x6_5.h"
  10. #elif KEYBOARD_handwired_dactyl_manuform_5x7
  11. #include "5x7.h"
  12. #elif KEYBOARD_handwired_dactyl_manuform_6x6
  13. #include "6x6.h"
  14. #elif KEYBOARD_handwired_dactyl_manuform_dmote_62key
  15. #include "62key.h"
  16. #elif KEYBOARD_handwired_dactyl_manuform_5x6_right_trackball
  17. # include "5x6_right_trackball.h"
  18. #endif
  19. #include "quantum.h"
  20. #ifdef USE_I2C
  21. #include <stddef.h>
  22. #ifdef __AVR__
  23. #include <avr/io.h>
  24. #include <avr/interrupt.h>
  25. #endif
  26. #endif