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
659 B

  1. #pragma once
  2. #include "runner3680.h"
  3. #include "quantum.h"
  4. #define LAYOUT( \
  5. L00, L01, L02, L03, L04, L05, L06, L07, R00, R01, R02, R03, R04, R05, R06, R07, \
  6. L10, L11, L12, L13, L14, L15, L16, L17, R10, R11, R12, R13, R14, R15, R16, R17, \
  7. L20, L21, L22, L23, L24, L25, L26, L27, R20, R21, R22, R23, R24, R25, R26, R27 \
  8. ) \
  9. { \
  10. { L00, L01, L02, L03, L04, L05, L06, L07 }, \
  11. { L10, L11, L12, L13, L14, L15, L16, L17 }, \
  12. { L20, L21, L22, L23, L24, L25, L26, L27 }, \
  13. { R07, R06, R05, R04, R03, R02, R01, R00 }, \
  14. { R17, R16, R15, R14, R13, R12, R11, R10 }, \
  15. { R27, R26, R25, R24, R23, R22, R21, R20 } \
  16. }