Skip to content

Commit b83ebc9

Browse files
committed
Pwmled are not zmk backlight
1 parent d62c069 commit b83ebc9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

app/boards/shields/m60/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ if SHIELD_M60
66
config ZMK_KEYBOARD_NAME
77
default "m60"
88

9-
if ZMK_BACKLIGHT
10-
119
config PWM
1210
default y
1311

1412
config LED_PWM
1513
default y
1614

17-
endif # ZMK_BACKLIGHT
18-
1915
endif

app/boards/shields/m60/m60.keymap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <behaviors.dtsi>
88
#include <dt-bindings/zmk/keys.h>
99
#include <dt-bindings/zmk/bt.h>
10-
#include <dt-bindings/zmk/backlight.h>
1110

1211
/ {
1312
keymap0: keymap {

app/boards/shields/m60/m60.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
chosen {
1313
zmk,kscan = &kscan0;
1414
zmk,physical-layout = &layout_60_ansi;
15-
zmk,backlight = &pwmleds;
1615
};
1716

1817
kscan0: kscan {

0 commit comments

Comments
 (0)