This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
keychron_qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked keychron_qmk_firmware
mirror of
https://github.com/Keychron/qmk_firmware.git
synced
2024-11-23 17:06:52 +06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
34a7b435cd
keychron_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 15:03:14 +06: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 11:43:24 +06: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 15:03:14 +06: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 11:43:24 +06:00
}
Reference in New Issue
Copy Permalink