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 linkspull/4593/head
parent
fd3b0787ed
commit
753f57ee00
@ -1 +1,12 @@
|
|||||||
|
#ifndef NICEKEY_H
|
||||||
|
#define NICEKEY_H
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
|
||||||
|
#define LAYOUT( \
|
||||||
|
k00 \
|
||||||
|
) { \
|
||||||
|
{ k00 } \
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in new issue