mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 12:42:44 -10:00
Updated eyelash_corne.keymap
This commit is contained in:
parent
23b2b54f9f
commit
bc52d7ffc0
@ -5,7 +5,6 @@
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/bt.h>
|
||||
#include <dt-bindings/zmk/ext_power.h>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
#include <dt-bindings/zmk/outputs.h>
|
||||
#include <dt-bindings/zmk/pointing.h>
|
||||
@ -27,7 +26,6 @@
|
||||
trigger-period-ms = <16>;
|
||||
};
|
||||
|
||||
|
||||
/ {
|
||||
behaviors {
|
||||
td0: td0 {
|
||||
@ -48,6 +46,7 @@
|
||||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&msc SCRL_DOWN>, <&msc SCRL_UP>;
|
||||
|
||||
tap-ms = <100>;
|
||||
};
|
||||
|
||||
@ -62,8 +61,10 @@
|
||||
&kp LCTRL &kp Z &kp X &kp C &kp V &kp B &kp SPACE &kp DOWN &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp ESC
|
||||
&kp LGUI &mo 1 < 3 SPACE < 3 ENTER &mo 2 &kp RALT
|
||||
>;
|
||||
|
||||
// sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
||||
sensor-bindings = <&inc_dec_kp &kp N1 &kp N2 >;
|
||||
|
||||
sensor-bindings = <&inc_dec_kp N1 N2>, <&kp N1>, <&kp N2>;
|
||||
};
|
||||
|
||||
lower_layer {
|
||||
@ -74,6 +75,7 @@
|
||||
&trans &rgb_ug RGB_OFF &rgb_ug RGB_ON &trans &trans &rgb_ug RGB_EFF &kp C_MUTE &mmv MOVE_DOWN &rgb_ug RGB_EFR &rgb_ug RGB_SPI &rgb_ug RGB_BRI &rgb_ug RGB_BRD &kp END &kp PG_DN
|
||||
&trans &trans &trans &kp INS &kp DEL &trans
|
||||
>;
|
||||
|
||||
sensor-bindings = <&scroll_encoder>;
|
||||
};
|
||||
|
||||
@ -85,6 +87,7 @@
|
||||
&trans &out OUT_USB &out OUT_BLE &none &none &mkp MB5 &trans &mmv MOVE_DOWN &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
|
||||
&trans &trans &kp SPACE &kp RET &trans &trans
|
||||
>;
|
||||
|
||||
sensor-bindings = <&scroll_encoder>;
|
||||
};
|
||||
|
||||
@ -96,6 +99,7 @@
|
||||
&trans &sys_reset &trans &bootloader &trans &mkp MB5 &kp C_MUTE &mmv MOVE_DOWN &trans &trans &bootloader &sys_reset &kp SCROLLLOCK &kp PAUSE_BREAK
|
||||
&trans &trans &trans &trans &trans &trans
|
||||
>;
|
||||
|
||||
sensor-bindings = <&scroll_encoder>;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user