minimacro5.h 137 B

123456789
  1. #pragma once
  2. #include "quantum.h"
  3. #define LAYOUT_ortho_1x5( \
  4. k01, k02, k03, k04, k05\
  5. ) { \
  6. { k01, k02, k03, k04, k05 } \
  7. }