Skip to content

Commit

Permalink
Back to vanilla ZMK main on west
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Dec 2, 2024
1 parent 69f686c commit 4837b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
release-after-ms = <86400000>;// Default is 1000 ms, raised to 1 day to emulate Callum's behavior that requires canceling on layer key.
};

&caps_word {
continue-list = <UNDERSCORE MINUS BACKSPACE DELETE K_CANCEL LSHFT SQT CARET TILDE GRAVE>;
/delete-property/ ignore-modifiers;
}; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys.
&caps_word { continue-list = <UNDERSCORE MINUS BACKSPACE DELETE K_CANCEL LSHFT SQT CARET TILDE GRAVE>; }; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys.

&mt { flavor = "balanced"; };

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: urob
remote: zmkfirmware
revision: main
import: app/west.yml
- name: zmk-tri-state
Expand Down

0 comments on commit 4837b56

Please sign in to comment.