Skip to content

Commit

Permalink
Remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar authored and github-actions[bot] committed Dec 5, 2023
1 parent bf25771 commit c62bfb0
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 565 deletions.
18 changes: 6 additions & 12 deletions config/3x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 @@ -123,7 +122,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 @@ -134,7 +132,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 @@ -146,7 +143,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 @@ -159,15 +155,13 @@
// Easy alt-tab with alt+space thumb using mod-morphs
stab: space_tab {
compatible = "zmk,behavior-mod-morph";
label = "SPC_TAB";
#binding-cells = <0>;
bindings = <&kp SPACE>, <&kp TAB>;
mods = <MOD_LALT>;
keep-mods = <MOD_LALT>;
};
lt_spc: layer_tap_space_tab {
compatible = "zmk,behavior-hold-tap";
label = "LT_BT";
#binding-cells = <2>;
tapping-term-ms = <150>;
flavor = "balanced";
Expand Down Expand Up @@ -199,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 @@ -214,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 @@ -229,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 @@ -244,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 @@ -259,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 @@ -274,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 Down
Loading

0 comments on commit c62bfb0

Please sign in to comment.