1
0
Files
qmk_firmware/keyboards/handwired/nicekey/nicekey.h
Richard Baptist 21fbcf145c Revert "Delete unused boards"
This reverts commit 1b5c75c83d.
2019-06-16 13:04:19 +02:00

13 lines
120 B
C

#ifndef NICEKEY_H
#define NICEKEY_H
#include "quantum.h"
#define LAYOUT( \
k00 \
) { \
{ k00 } \
}
#endif