Kaleidoscope.setup no longer takes an argument
This commit is contained in:
parent
f881a1b192
commit
91ddf30b55
@ -112,7 +112,7 @@ const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Kaleidoscope.setup(KEYMAP_SIZE);
|
Kaleidoscope.setup();
|
||||||
BootKeyboard.begin();
|
BootKeyboard.begin();
|
||||||
Kaleidoscope.use(
|
Kaleidoscope.use(
|
||||||
&BootGreetingEffect,
|
&BootGreetingEffect,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user