Clang format
This commit is contained in:
parent
590c0c6e4f
commit
badf3271a2
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ static int zmk_rgb_underglow_init(const struct device *_arg) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB)
|
#if IS_ENABLED(CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB)
|
||||||
if(!zmk_usb_is_powered())
|
if (!zmk_usb_is_powered())
|
||||||
state.on = false;
|
state.on = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue