From 68bf8d06f98ba2cbcd5750604be022caa5762a1e Mon Sep 17 00:00:00 2001 From: Jamie Ding Date: Mon, 14 Mar 2022 00:24:28 +0000 Subject: [PATCH] make SYS combo 3 key instead of 4 --- app/boards/shields/mercury/mercury.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/shields/mercury/mercury.keymap b/app/boards/shields/mercury/mercury.keymap index 05e71bd4..3d7bd111 100644 --- a/app/boards/shields/mercury/mercury.keymap +++ b/app/boards/shields/mercury/mercury.keymap @@ -62,7 +62,7 @@ compatible = "zmk,combos"; combo_sys { timeout-ms = <25>; - key-positions = <0 1 2 3>; + key-positions = <0 1 2>; bindings = <&to SYS>; }; combo_menu {