kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
807 stars 270 forks source link

Kira: can only disable backlighting via brightness? #329

Closed ohaimark closed 5 years ago

ohaimark commented 5 years ago

1) Setting all LEDs to blank in a custom static profile 2) Disabling all startup animations

Suggested that startup brightness selection is exposed via the GUI in lighting area.

romedtino commented 5 years ago

Have you Tried RCTRL+RALT+DEL ? On the default profile, this is should call LED OFF.

I was also able to create a single color animation profile to RGB (0,0,0) which seems to have all the LEDs off.

Unless I'm not understanding your question...

haata commented 5 years ago

Added per-fade profile brightness control ae7bf0b711dfba5e77451cd2f269032f929a8657

U":A" : fade_control(0, 2, 0); That expression will set key LED brightness to 0.

KLL_LED_FadeBrightness[0] = 0; will set key brightness to 0 by default.

Will be available in v0.5.5