0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2024-12-24 10:29:54 +00:00
qmk_firmware/keyboards/handwired/nicekey/nicekey.h
Ryan 41c50bb653
Change keyboard level include guards to pragma once ()
* Change keyboard level include guards to `pragma once`

And clean up a lot of layout macros

* Oops

* Remove dangling endif
2021-09-01 19:03:14 +10:00

10 lines
86 B
C

#pragma once
#include "quantum.h"
#define LAYOUT( \
k00 \
) { \
{ k00 } \
}