bumped zmk version

This commit is contained in:
Daniel Fichtinger 2025-03-21 15:42:33 -04:00
parent 5105a549ba
commit d578b11064
2 changed files with 3 additions and 9 deletions

View file

@ -104,8 +104,7 @@ ZMK_HOLD_TAP(ht_tog,
&caps_word { // mods deactivate caps-word, requires PR #1451 &caps_word { // mods deactivate caps-word, requires PR #1451
/delete-property/ ignore-modifiers; /delete-property/ ignore-modifiers;
/delete-property/ ignore-numbers; /delete-property/ ignore-numbers;
/delete-property/ ignore-gamers; continue-list = <UNDERSCORE MINUS BACKSPACE DELETE>;
continue-list = <UNDERSCORE MINUS BACKSPACE DELETE SPACE>;
}; };

View file

@ -19,7 +19,7 @@
manifest: manifest:
defaults: defaults:
remote: urob remote: urob
revision: v0.1 # Pin everything to v0.1 revision: v0.2 # Pin everything to v0.1
remotes: remotes:
- name: urob - name: urob
@ -30,10 +30,8 @@ manifest:
url-base: https://github.com/ficcdaf url-base: https://github.com/ficcdaf
projects: projects:
# This is vanilla ZMK - just using my remote to pin the current state of main,
# as upstream hasn't yet released a version with mouse.
- name: zmk - name: zmk
revision: v0.1+mouse remote: zmkfirmware
import: app/west.yml import: app/west.yml
# ZMK modules # ZMK modules
@ -52,9 +50,6 @@ manifest:
remote: ficcdaf remote: ficcdaf
path: modules/zmk/nice-view-gem path: modules/zmk/nice-view-gem
revision: main revision: main
- name: zmk-auto-layer
remote: urob
revision: v0.1 # set to same version as zmk above
# Temporarily overload Zephyr until # Temporarily overload Zephyr until
# https://github.com/zmkfirmware/zephyr/pull/40 is merged. # https://github.com/zmkfirmware/zephyr/pull/40 is merged.