This website requires JavaScript.
Explore
Help
Sign In
keyboard
/
qmk-keychron-q3-colemak-dh
Watch
1
Star
0
Fork
0
You've already forked qmk-keychron-q3-colemak-dh
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
56e3f06a26
qmk-keychron-q3-colemak-dh
/
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
}
Reference in New Issue
Copy Permalink