Skip to content

Commit

Permalink
Remove labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 26, 2024
1 parent 580712d commit fc26b0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions config/boards/shields/revxlp/revxlp.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
tap_dances {
shifty: shift_caps_word {
compatible = "zmk,behavior-tap-dance";
label = "TD_SHIFTY";
#binding-cells = <0>;
tapping-term-ms = <150>;
bindings = <&kp LSHFT>, <&caps_word>;
Expand Down Expand Up @@ -102,7 +101,6 @@

#ifdef QWERTY_BASE
qwerty_layer {
label = "Qwerty";
bindings = <
&none &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &none
&none &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp QUOT &none
Expand All @@ -112,7 +110,6 @@
};
#else
colemak_dhm_layer {
label = "Base";
bindings = <
&none &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp QUOT &none
&none &kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp I &kp O &none
Expand All @@ -123,7 +120,6 @@
#endif

nav_layer {
label = "Nav";
bindings = <
&none &trans &trans &trans &trans &trans &kp GRAVE &kp TAB &kp GRAVE &kp BKSP &kp DEL &none
&none &sk LSHFT &sk LALT &sk LCTRL &sk LGUI &trans &kp TAB &kp LARW &kp DARW &kp UARW &kp RARW &none
Expand All @@ -133,7 +129,6 @@
};

num_layer {
label = "Num";
bindings = <
&none &kp ESC &kp N7 &kp N8 &kp N9 &kp RBKT &trans &trans &trans &trans &trans &none
&none &kp MINUS &kp N4 &kp N5 &kp N6 &kp EQUAL &trans &sk LGUI &sk LCTRL &sk LALT &sk LSHFT &none
Expand All @@ -143,7 +138,6 @@
};

media_layer {
label = "Media";
bindings = <
&bt BT_CLR &trans &trans &trans &trans &trans &trans &kp C_PREV &kp C_VOL_DN &kp C_VOL_UP &kp C_NEXT &none
&none &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &none
Expand Down
3 changes: 0 additions & 3 deletions config/boards/shields/revxlp/revxlp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
gpio-controller;
spi-max-frequency = <200000>;
reg = <0>;
label = "4HC595";
#gpio-cells = <2>;
ngpios = <8>;
};
Expand All @@ -34,7 +33,6 @@
compatible = "gpio-leds";
led_mosfet {
gpios = <&xiao_d 7 GPIO_ACTIVE_LOW>;
label = "Backlight LED 0";
};
};

Expand All @@ -53,7 +51,6 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(5,5) RC(5,4) RC(5,3) RC(5,2)

kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";

col-gpios
Expand Down

0 comments on commit fc26b0d

Please sign in to comment.