mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 14:42:44 -10:00
Updated corne.keymap
This commit is contained in:
parent
eb3d5db720
commit
8eb9a14fe0
@ -38,7 +38,7 @@
|
|||||||
tap-ms = <0>;
|
tap-ms = <0>;
|
||||||
bindings =
|
bindings =
|
||||||
<¯o_press>,
|
<¯o_press>,
|
||||||
<< 0 END>,
|
<<q 0 END>,
|
||||||
<¯o_tap>,
|
<¯o_tap>,
|
||||||
<&rgb_ug RGB_COLOR_HSB(300,100,50)>,
|
<&rgb_ug RGB_COLOR_HSB(300,100,50)>,
|
||||||
<¯o_pause_for_release>,
|
<¯o_pause_for_release>,
|
||||||
@ -116,6 +116,13 @@
|
|||||||
tapping-term-ms = <135>;
|
tapping-term-ms = <135>;
|
||||||
quick-tap-ms = <0>;
|
quick-tap-ms = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rgb_encoder: rgb_encoder {
|
||||||
|
compatible = "zmk,behavior-sensor-rotate";
|
||||||
|
label = "RGB_ENCODER";
|
||||||
|
#sensor-binding-cells = <0>;
|
||||||
|
bindings = <&rgb_ug RGB_BRI>, <&rgb_ug RGB_BRD>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
combos {
|
combos {
|
||||||
@ -241,6 +248,7 @@
|
|||||||
>;
|
>;
|
||||||
|
|
||||||
label = "Rgb";
|
label = "Rgb";
|
||||||
|
sensor-bindings = <&rgb_encoder>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user