Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Update flkb.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
fujisheng authored Jan 27, 2024
1 parent 2592899 commit 82157b0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions config/boards/arm/flkb/flkb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/dts-v1/;
#include <nordic/nrf52840_qiaa.dtsi>
#include <dt-bindings/led/led.h>
#include <dt-bindings/zmk/matrix_transform.h>

/ {
Expand All @@ -21,9 +20,6 @@
zmk,battery = &vbatt;
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
/* zmk,led-capslock = &led_capslock;
zmk,led-numlock = &led_numlock;
zmk,led-scrolllock = &led_scrolllock; */
};

default_transform: keymap_transform_0 {
Expand Down Expand Up @@ -53,26 +49,6 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8) RC(4,9
label = "Blue LED";
};
};

led_indicators {
compatible = "gpio-leds";
label = "LED indicators";

led_capslock: led_capslock {
gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
label = "Caps lock LED";
};

led_numlock: led_numlock {
gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
label = "Num lock LED";
};

led_scrolllock: led_scrolllock{
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
label = "Scroll lock LED";
};
};

ext-power {
compatible = "zmk,ext-power-generic";
Expand Down

0 comments on commit 82157b0

Please sign in to comment.