zmk-config

FelixKeeb ZMK firmware
git clone https://git.echoz.io/zmk-config.git
Log | Files | Refs

commit 0dd81dee77748fb16faf7fd23f2740c4f2bc9b0b
parent c9d7188081b9399109113dca52a5576f6a7a4214
Author: Chris <chris@echoz.io>
Date:   Thu, 11 Dec 2025 06:16:52 +0100

fix: set binding-cells for macros

Diffstat:
Mconfig/helix.keymap | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/helix.keymap b/config/helix.keymap @@ -88,11 +88,13 @@ macros { walk: walk { compatible = "zmk,behavior-macro"; + #binding-cells = <0>; bindings = <&macro_press &kp W>; }; run: run { compatible = "zmk,behavior-macro"; + #binding-cells = <0>; bindings = <&macro_press &kp LSHIFT>, <&macro_press &kp W>; }; };