This website requires JavaScript.
Explore
Help
Sign In
gitbot
/
qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2024-11-26 05:06:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
647c2835e6
qmk_firmware
/
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 09:03:14 +00: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 05:43:24 +00: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 09:03:14 +00: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 05:43:24 +00:00
}
Reference in New Issue
Copy Permalink