adjust_layer (#34)

* updated image

* added page up and down

* added adjust layer for function keys.

* changed transparent to none

* changed transparent to none

* updated keymaps key proper icons

---------

Co-authored-by: keymap-editor[bot] <91849743+keymap-editor[bot]@users.noreply.github.com>
Co-authored-by: DarrenVictoriano <26513979+DarrenVictoriano@users.noreply.github.com>
This commit is contained in:
Darren
2025-09-23 20:33:16 -07:00
committed by GitHub
parent 9368fcd45e
commit a9e3bb2498
3 changed files with 218 additions and 2 deletions

View File

@@ -40,5 +40,23 @@
&kp LGUI &mo 1 &kp LC(SPACE) &kp SPACE &mo 2 &kp RALT
>;
};
adjust_layer {
bindings = <
&kp ESC &none &kp F7 &kp F8 &kp F9 &none &none &none &none &none &none &kp BSPC
&kp LCTRL &none &kp F4 &kp F5 &kp F6 &none &none &none &none &none &none &kp RET
&kp LSHIFT &none &kp F1 &kp F2 &kp F3 &kp F10 &none &none &none &none &none &kp RSHIFT
&kp LGUI &mo 1 &kp SPACE &kp SPACE &mo 2 &kp RALT
>;
};
};
conditional_layers {
compatible = "zmk,conditional-layers";
adjust_layer {
if-layers = <1 2>;
then-layer = <3>;
};
};
};