mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-21 20:46:56 -05:00
Refactor global bindings, implement mod-tap.
* Use extra comptible = "zmk,behavior-global" to add behaviors to global bindings for event notification. * Implement mod-tap, as a keymap binding and global one to skip tap if other keycode pressed while held.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/ {
|
||||
behaviors {
|
||||
keymap_behavior: behavior_keymap {
|
||||
compatible = "zmk,behavior-keymap";
|
||||
compatible = "zmk,behavior-keymap", "zmk,behavior-global";
|
||||
label = "KEYMAP";
|
||||
#binding-cells = <0>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user