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.

26 lines
670 B

  1. #pragma once
  2. #include "quantum.h"
  3. /**************************************************
  4. ** Include headers specific to keyboard revision **
  5. **************************************************/
  6. #ifdef KEYBOARD_preonic_rev1
  7. #include "rev1.h"
  8. #endif
  9. #ifdef KEYBOARD_preonic_rev2
  10. #include "rev2.h"
  11. #endif
  12. #ifdef KEYBOARD_preonic_rev3
  13. #include "rev3.h"
  14. #endif
  15. /**************************************************
  16. ** Layout macros aliases common to all revisions **
  17. ** **
  18. ** Name of Alias Matrix Name: **
  19. ******* ----------------- ------------------- ****/
  20. #define LAYOUT_preonic_grid LAYOUT_ortho_5x12