202 lines
7.0 KiB
Plaintext
202 lines
7.0 KiB
Plaintext
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <behaviors.dtsi>
|
|
#include <dt-bindings/zmk/keys.h>
|
|
#include <dt-bindings/zmk/bt.h>
|
|
#include <dt-bindings/zmk/outputs.h>
|
|
|
|
&sl {
|
|
release-after-ms = <2000>;
|
|
};
|
|
|
|
&sk {
|
|
quick-release;
|
|
};
|
|
|
|
/ {
|
|
behaviors {
|
|
td_i3: tap_dance_i3_workspace {
|
|
compatible = "zmk,behavior-tap-dance";
|
|
label = "ZM_tapdance_i3";
|
|
#binding-cells = <0>;
|
|
tapping-term-ms = <250>;
|
|
bindings = <&kp LGUI>, <&sl 2>;
|
|
};
|
|
};
|
|
macros {
|
|
mc_i3ws0: macro_i3_workspace_0 {
|
|
label = "ZM_macro_i3_workspace_0";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_0>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws1: macro_i3_workspace_1 {
|
|
label = "ZM_macro_i3_workspace_1";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_1>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws2: macro_i3_workspace_2 {
|
|
label = "ZM_macro_i3_workspace_2";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_2>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws3: macro_i3_workspace_3 {
|
|
label = "ZM_macro_i3_workspace_3";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_3>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws4: macro_i3_workspace_4 {
|
|
label = "ZM_macro_i3_workspace_4";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_4>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws5: macro_i3_workspace_5 {
|
|
label = "ZM_macro_i3_workspace_5";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_5>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws6: macro_i3_workspace_6 {
|
|
label = "ZM_macro_i3_workspace_6";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_6>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws7: macro_i3_workspace_7 {
|
|
label = "ZM_macro_i3_workspace_7";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_7>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws8: macro_i3_workspace_8 {
|
|
label = "ZM_macro_i3_workspace_8";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_8>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3ws9: macro_i3_workspace_9 {
|
|
label = "ZM_macro_i3_workspace_9";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp NUMBER_9>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3up: macro_i3_up {
|
|
label = "ZM_macro_i3_up";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp UP>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3down: macro_i3_down {
|
|
label = "ZM_macro_i3_down";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp DOWN>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3left: macro_i3_left {
|
|
label = "ZM_macro_i3_left";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp LEFT>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
mc_i3right: macro_i3_right {
|
|
label = "ZM_macro_i3_right";
|
|
compatible = "zmk,behavior-macro";
|
|
#binding-cells = <0>;
|
|
bindings
|
|
= <¯o_press &kp LGUI>
|
|
, <¯o_tap &kp RIGHT>
|
|
, <¯o_release &kp LGUI>
|
|
;
|
|
};
|
|
};
|
|
keymap {
|
|
compatible = "zmk,keymap";
|
|
|
|
default_layer {
|
|
bindings = <
|
|
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT
|
|
&sk CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
|
|
&sk LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &mo 1
|
|
&td_i3 &sk LCTRL &kp SPACE &kp LC(BSPC) &sk RALT &sk RSHIFT
|
|
>;
|
|
};
|
|
|
|
adjust_layer {
|
|
bindings = <
|
|
&kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR
|
|
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &out OUT_BLE &out OUT_USB &none &none &none &none
|
|
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &none &none &none &none &none &kp PAUSE_BREAK
|
|
&trans &trans &none &none &trans &none
|
|
>;
|
|
};
|
|
i3_layer {
|
|
bindings = <
|
|
&none &none &none &mc_i3up &none &none &none &mc_i3ws7 &mc_i3ws8 &mc_i3ws9 &none &none
|
|
&none &none &mc_i3left &mc_i3down &mc_i3right &none &none &mc_i3ws4 &mc_i3ws5 &mc_i3ws6 &none &none
|
|
&sk LSHFT &none &none &none &none &none &none &mc_i3ws1 &mc_i3ws2 &mc_i3ws3 &none &none
|
|
&none &sk LCTRL &mc_i3ws0 &none &trans &sk RSHFT
|
|
>;
|
|
};
|
|
};
|
|
};
|