Skip to content

Commit e47e9d9

Browse files
committed
(ckb-daemon) Fixed indicator LEDs not being updated when issuing active/idle commands
1 parent 8efb0df commit e47e9d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
beta-v0.2.3
1+
beta-v0.2.3+t01

src/ckb-daemon/device_keyboard.c

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ int setactive_kb(usbdevice* kb, int active){
104104
DELAY_MEDIUM(kb);
105105
#endif
106106
}
107+
// Update indicator LEDs if the profile contains settings for them
108+
kb->vtable->updateindicators(kb, 0);
107109
return 0;
108110
}
109111

0 commit comments

Comments
 (0)