From 26bd93ab6fc40b89e8f5cad344a01b6a67dc0258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Dessureault?= Date: Sat, 30 Dec 2023 23:10:56 -0500 Subject: [PATCH] fix game layer drawing named mouse --- behaviors/combos.dtsi | 2 +- images/keymaps/urchin_keymap.svg | 2 +- keymap-drawer/config.yaml | 2 ++ keymap-drawer/urchin_keymap.yaml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/behaviors/combos.dtsi b/behaviors/combos.dtsi index 4b0b81f..fd6b598 100644 --- a/behaviors/combos.dtsi +++ b/behaviors/combos.dtsi @@ -55,7 +55,7 @@ ZMK_COMBO(tmux_session, &TMUX_SESSION, LM2 LM3 LM4, DEF, HR_TIMEOUT) ZMK_COMBO(toggle_mouse, &tog MOU, LT1 LT4, DEF MOU) // Toggle Game Layer - active on base and game layer -ZMK_COMBO(toggle_mouse, &tog MOU, RT1 RT4, DEF GAM) +ZMK_COMBO(toggle_game, &tog GAM, RT1 RT4, DEF GAM) /*********************** SYMBOL LAYER diff --git a/images/keymaps/urchin_keymap.svg b/images/keymaps/urchin_keymap.svg index 9bf2280..b0dd54d 100644 --- a/images/keymaps/urchin_keymap.svg +++ b/images/keymaps/urchin_keymap.svg @@ -2214,7 +2214,7 @@ path.combo { -mouse +game toggle diff --git a/keymap-drawer/config.yaml b/keymap-drawer/config.yaml index 540a08c..9384561 100644 --- a/keymap-drawer/config.yaml +++ b/keymap-drawer/config.yaml @@ -636,6 +636,8 @@ parse_config: draw_separate: true combo_toggle_mouse: draw_separate: true + combo_toggle_game: + draw_separate: true combo_tab: align: "bottom" offset: 0.3 diff --git a/keymap-drawer/urchin_keymap.yaml b/keymap-drawer/urchin_keymap.yaml index 1bff0e1..133309a 100644 --- a/keymap-drawer/urchin_keymap.yaml +++ b/keymap-drawer/urchin_keymap.yaml @@ -223,7 +223,7 @@ combos: l: [qwerty, mouse] draw_separate: true - p: [6, 9] - k: {t: mouse, h: toggle} + k: {t: game, h: toggle} l: [qwerty, game] draw_separate: true - p: [13, 12]