Skip to content

Commit

Permalink
Using urob's fork on west.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Dec 2, 2024
1 parent c52991c commit 3167fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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>;
};
Expand Down
2 changes: 1 addition & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3167fd4

Please sign in to comment.