* added F11 and F12

* removed function keys. dont like it.

* removed function keys. dont like it.

* removed F keys

---------

Co-authored-by: DarrenVictoriano <26513979+DarrenVictoriano@users.noreply.github.com>
Co-authored-by: keymap-editor[bot] <91849743+keymap-editor[bot]@users.noreply.github.com>
This commit is contained in:
Darren
2025-09-23 21:55:54 -07:00
committed by GitHub
parent 4ac18a2704
commit d03cef3c6e
3 changed files with 2 additions and 220 deletions

View File

@@ -40,23 +40,5 @@
&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 &kp F12 &none &none &none &none &none &kp BSPC
&kp LCTRL &none &kp F4 &kp F5 &kp F6 &kp F11 &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>;
};
};
};