Skip to content

Commit

Permalink
Remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Dec 6, 2023
1 parent b1c4cde commit 235fe5a
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions config/3x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
behaviors {
aml: alpha_mods_l {
compatible = "zmk,behavior-hold-tap";
label = "ALPHA_MT_L";
#binding-cells = <2>;
tapping-term-ms = <250>;
quick-tap-ms = <150>;
Expand All @@ -131,7 +130,6 @@
};
asl: alpha_shift_l {
compatible = "zmk,behavior-hold-tap";
label = "ALPHA_SFT_L";
#binding-cells = <2>;
tapping-term-ms = <200>;
quick-tap-ms = <150>;
Expand All @@ -142,7 +140,6 @@
};
amr: alpha_mods_r {
compatible = "zmk,behavior-hold-tap";
label = "ALPHA_MT_R";
#binding-cells = <2>;
tapping-term-ms = <250>;
quick-tap-ms = <150>;
Expand All @@ -154,7 +151,6 @@
};
asr: alpha_shift_r {
compatible = "zmk,behavior-hold-tap";
label = "ALPHA_SFT_R";
#binding-cells = <2>;
tapping-term-ms = <200>;
quick-tap-ms = <150>;
Expand All @@ -167,7 +163,6 @@
// Swapper for smart alt+tab
swapper: swapper {
compatible = "zmk,behavior-tri-state";
label = "SWAPPER";
#binding-cells = <0>;
bindings = <&kt LALT>, <&kp TAB>, <&kt LALT>;
ignored-key-positions = <SWP_POS>;
Expand Down Expand Up @@ -198,7 +193,7 @@
compatible = "zmk,keymap";

default_layer {
label = "DEF";
display-name = "DEF";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp Q &kp W &kp F &kp P &kp B &kp K &kp L &kp U &kp Y &kp SQT
Expand All @@ -213,7 +208,7 @@
};

bird_layer {
label = "BRD";
display-name = "BRD";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp X &kp C &kp L &kp F &kp B &kp J &kp Y &kp O &kp U &kp SQT
Expand All @@ -228,7 +223,7 @@
};

game_layer {
label = "GME";
display-name = "GME";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp TAB &kp Q &kp W &kp E &kp R &kp Y &kp U &kp I &kp O &kp P
Expand All @@ -243,7 +238,7 @@
};

symbol_layer {
label = "SYM";
display-name = "SYM";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp SLASH &kp N7 &kp N8 &kp N9 &kp COMMA
Expand All @@ -258,7 +253,7 @@
};

nav_layer {
label = "NAV";
display-name = "NAV";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp LA(F4) &kp TAB_LT &kp TAB_RT &kp LC(F4) &kp C_VOL_UP &kp INS &kp PG_DN &kp UP &kp PG_UP &kp C_AL_CALC
Expand All @@ -273,7 +268,7 @@
};

function_layer {
label = "FUN";
display-name = "FUN";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &out OUT_USB &out OUT_BLE &to DEF &to BRD &to GME
Expand All @@ -289,7 +284,7 @@

#ifdef MOUSE_KEYS
mouse_layer {
label = "MSE";
display-name = "MSE";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none &none &none &none &none &msc SCRL_LEFT &msc SCRL_DOWN &mmv MOVE_UP &msc SCRL_UP &msc SCRL_RIGHT
Expand Down

0 comments on commit 235fe5a

Please sign in to comment.