From 3167fd48635f6a5a11dc5513f6b0ca8b6f2df24d Mon Sep 17 00:00:00 2001 From: ldebritto Date: Mon, 2 Dec 2024 17:38:57 -0300 Subject: [PATCH] Using urob's fork on west.yml --- config/cradio.keymap | 6 +++--- config/west.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 669413e..89fd3f3 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -12,7 +12,7 @@ #define HYPER LG(LS(LC(LALT))) -// Mouse file and settings from urob's repo (https://github.com/urob/zmk-config) +// Mouse file and settings from urob's repo (https://github.com/urob/zmk-config) that also use urob's ZMK fork on west.yml #include "mouse.dtsi" #define MOUSE 6 @@ -45,13 +45,13 @@ }; left_hand_enter { - bindings = <&kp ENTER>; + bindings = <&hrml LA(LS(LGUI)) ENTER>; key-positions = <11 12 13>; require-prior-idle-ms = <200>; }; left_hand_backspace { - bindings = <&kp BSPC>; + bindings = <&hrml LA(LGUI) BSPC>; key-positions = <11 13>; require-prior-idle-ms = <200>; }; diff --git a/config/west.yml b/config/west.yml index 3a35555..137490f 100644 --- a/config/west.yml +++ b/config/west.yml @@ -8,7 +8,7 @@ manifest: # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects projects: - name: zmk - remote: zmkfirmware + remote: urob revision: main import: app/west.yml - name: zmk-tri-state