Updated corne.keymap

This commit is contained in:
keymap-editor[bot] 2024-08-17 12:56:07 +00:00 committed by GitHub
parent eb3d5db720
commit 8eb9a14fe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
tap-ms = <0>; tap-ms = <0>;
bindings = bindings =
<&macro_press>, <&macro_press>,
<&lt 0 END>, <&ltq 0 END>,
<&macro_tap>, <&macro_tap>,
<&rgb_ug RGB_COLOR_HSB(300,100,50)>, <&rgb_ug RGB_COLOR_HSB(300,100,50)>,
<&macro_pause_for_release>, <&macro_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>;
}; };
}; };