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.

13 lines
232 B

  1. #pragma once
  2. #include "quantum.h"
  3. #define LAYOUT( \
  4. K00, K01, K02, \
  5. K10, K11, K12, \
  6. K20, K21, K22 \
  7. ) { \
  8. { K00, K01, K02 }, \
  9. { K10, K11, K12 }, \
  10. { K20, K21, K22 } \
  11. }