ymd09.h 194 B

12345678910111213
  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. }