Closed algernon closed 4 years ago
Kaleidoscope.hid()
kaleidoscope::hid
LEDControl.enable()
LEDControl.disable()
LEDControl.paused
The former is a build fix, because the HID facade is not included by default anymore. The latter just silences warnings.
Kaleidoscope.hid()
instead of the oldkaleidoscope::hid
facadeLEDControl.enable()
/LEDControl.disable()
instead ofLEDControl.paused
The former is a build fix, because the HID facade is not included by default anymore. The latter just silences warnings.