Switch to vanilla ZMK & bump version
Back to vanilla ZMK! Yay! To get rid of the remaining few custom dependencies I am making a few additional small changes: - Drop generic usage page keycodes for now (they didn't work on bluetooth for me) - Stop using display tweaks for Corneish Zen (at this point my display is almost dead anyhow & I can just disable the widgets alltogether) - Refactor repo to move Zephyr to the top-level - Overload zephyr directly from the parent west manifest to get child-node fix - Use custom justfile recipe to get `west test` running
This commit is contained in:
parent
d9f10d3b2c
commit
d1dfb03d8e
7 changed files with 60 additions and 43 deletions
|
@ -235,7 +235,7 @@ ZMK_LAYER(nav,
|
|||
|
||||
ZMK_LAYER(fn,
|
||||
//╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮
|
||||
X_LT &kp F12 &kp F7 &kp F8 &kp F9 ___ X_MT ___ &kp C_PREV &kp C_VOL_UP &kp C_NEXT &kp SYSTEM_SLEEP X_RT
|
||||
X_LT &kp F12 &kp F7 &kp F8 &kp F9 ___ X_MT ___ &kp C_PREV &kp C_VOL_UP &kp C_NEXT ___ X_RT
|
||||
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
|
||||
X_LM &hml LGUI F11 &hml LALT F4 &hml LSHFT F5 &hml LCTRL F6 ___ X_MM ___ DSK_PREV VOL_DOWN DSK_NEXT ___ X_RM
|
||||
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue