From 6d4b012e935b4daacad7bb00670d80d0a13bc8d7 Mon Sep 17 00:00:00 2001 From: Jamie Ding Date: Sun, 13 Mar 2022 23:44:41 +0000 Subject: [PATCH] fix bug, combo esc was 26 and 26 instead of 26 and 27 --- 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 57910961..1ced8284 100644 --- a/app/boards/shields/mercury/mercury.keymap +++ b/app/boards/shields/mercury/mercury.keymap @@ -77,7 +77,7 @@ }; combo_esc { timeout-ms = <25>; - key-positions = <26 26>; + key-positions = <26 27>; bindings = <&kp ESC>; }; };