13 lines
120 B
C
13 lines
120 B
C
#ifndef NICEKEY_H
|
|
#define NICEKEY_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#define LAYOUT( \
|
|
k00 \
|
|
) { \
|
|
{ k00 } \
|
|
}
|
|
|
|
#endif
|