Drop the use of HostPowerManagement.enableWakeup()
It is not necessary anymore, as BootKeyboard supports wakeup itself now. As such, also updated the comments regarding the plugin in KALEIDOSCOPE_INIT_PLUGINS. Signed-off-by: Gergely Nagy <algernon@keyboard.io>
This commit is contained in:
parent
c7fab58f63
commit
bcd694f404
@ -330,8 +330,8 @@ KALEIDOSCOPE_INIT_PLUGINS(
|
|||||||
// The MouseKeys plugin lets you add keys to your keymap which move the mouse.
|
// The MouseKeys plugin lets you add keys to your keymap which move the mouse.
|
||||||
MouseKeys,
|
MouseKeys,
|
||||||
|
|
||||||
// The HostPowerManagement plugin enables waking up the host from suspend,
|
// The HostPowerManagement plugin allows us to turn LEDs off when then host
|
||||||
// and allows us to turn LEDs off when it goes to sleep.
|
// goes to sleep, and resume them when it wakes up.
|
||||||
HostPowerManagement
|
HostPowerManagement
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -360,9 +360,6 @@ void setup() {
|
|||||||
// see https://github.com/keyboardio/Kaleidoscope-LED-Stalker
|
// see https://github.com/keyboardio/Kaleidoscope-LED-Stalker
|
||||||
StalkerEffect.variant = STALKER(BlazingTrail);
|
StalkerEffect.variant = STALKER(BlazingTrail);
|
||||||
|
|
||||||
// We want the keyboard to be able to wake the host up from suspend.
|
|
||||||
HostPowerManagement.enableWakeup();
|
|
||||||
|
|
||||||
// We want to make sure that the firmware starts with LED effects off
|
// We want to make sure that the firmware starts with LED effects off
|
||||||
// This avoids over-taxing devices that don't have a lot of power to share
|
// This avoids over-taxing devices that don't have a lot of power to share
|
||||||
// with USB devices
|
// with USB devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user