index
:
qmk_firmware
taamas
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keyboards
/
handwired
/
nicekey
/
nicekey.h
blob: f008be168e50a175b78f61c2dbf86518bd4d4f92 (
plain
)
1
2
3
4
5
6
7
8
9
#pragma once
#include
"quantum.h"
#define LAYOUT( \
k00 \
) { \
{ k00 } \
}