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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
210
Commits
1
Branch
0
Tags
14 MiB
Tree:
c23d752917
xmkb
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c23d752917'
${ noResults }
zmk
/
app
/
boards
/
shields
/
petejohanson_handwire
/
keymap
/
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)