This website works better with JavaScript.
Explore
Help
Sign In
xenua
/
zmk
Watch
1
Star
0
Fork
You've already forked zmk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
80
Commits
1
Branch
0
Tags
14 MiB
Tree:
2ec5be9f8f
zmk
/
boards
/
shields
/
petejohanson_handwire
/
keymaps
/
default
/
include
/
keymap.h
5 lines
89 B
Raw
Normal View
History
Unescape
Escape
Implement raise/lower for default keymap. * Properly allow includes for keymaps to allow defining custom keycodes, and then adding them to the keymap.overlay file. * Fix keymap.c loading after build refactor. * Fix for deactivating a layer working properly. * Fix default keymap to put transparent in proper spots to make raise/lower keycodes work as expected. * Add custom raise/lower keycode handling to default keymap.
5 years ago
#
include
<dt-bindings/zmk/keys.h>
#
define CC_RAIS ZC_CSTM(1)
#
define CC_LOWR ZC_CSTM(2)