This website requires JavaScript.
Explore
Help
Sign In
andrejl
/
qmk-dactyl-manuform-a
Watch
1
Star
0
Fork
You've already forked qmk-dactyl-manuform-a
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9e92d8a905
qmk-dactyl-manuform-a
/
keyboards
/
handwired
/
nicekey
/
nicekey.h
10 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
Change keyboard level include guards to `pragma once` (#14248) * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2021-09-01 11:03:14 +02:00
#
pragma once
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-10 06:43:24 +01:00
#
include
"quantum.h"
#
define LAYOUT( \
k00
\
Change keyboard level include guards to `pragma once` (#14248) * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2021-09-01 11:03:14 +02:00
)
{
\
{
k00
}
\
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-10 06:43:24 +01:00
}