2
0

nicekey.h 120 B

123456789101112
  1. #ifndef NICEKEY_H
  2. #define NICEKEY_H
  3. #include "quantum.h"
  4. #define LAYOUT( \
  5. k00 \
  6. ) { \
  7. { k00 } \
  8. }
  9. #endif