This website requires JavaScript.
Explore
Repositories
Help
Sign In
melissa
/
zsa_qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked zsa_qmk_firmware
mirror of
https://github.com/zsa/qmk_firmware.git
synced
2026-02-22 20:12:29 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
882eadd94de2e2c8bde63384a3026524c1ff407c
zsa_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 19:03:14 +10: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-09 21:43:24 -08: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 19:03:14 +10: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-09 21:43:24 -08:00
}
Reference in New Issue
Copy Permalink