qmk_firmware/keyboards/handwired/nicekey/nicekey.h
noroadsleft 753f57ee00 handwired/nicekey Refactor and readme cleanup (#4588)
* handwired/nicekey: refactor

Now uses a layout macro.

* handwired/nicekey: readme cleanup

- linked maintainer's GitHub account
- updated Docs links
2018-12-09 21:43:24 -08:00

13 lines
120 B
C

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