1
0

Kaleidoscope.setup no longer takes an argument

This commit is contained in:
Jesse Vincent 2017-10-02 18:46:17 -07:00
parent f881a1b192
commit 91ddf30b55

View File

@ -112,7 +112,7 @@ const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
}
void setup() {
Kaleidoscope.setup(KEYMAP_SIZE);
Kaleidoscope.setup();
BootKeyboard.begin();
Kaleidoscope.use(
&BootGreetingEffect,