diff --git a/examples/Qukeys/Qukeys.ino b/examples/Qukeys/Qukeys.ino index 0ab51d14..4a5b6f8e 100644 --- a/examples/Qukeys/Qukeys.ino +++ b/examples/Qukeys/Qukeys.ino @@ -32,7 +32,7 @@ void setup() { kaleidoscope::Qukey(0, 2, 2, Key_LeftAlt), // S/alt kaleidoscope::Qukey(0, 2, 3, Key_LeftControl), // D/ctrl kaleidoscope::Qukey(0, 2, 4, Key_LeftShift) // F/shift - ) + ) Qukeys.setTimeout(200); Kaleidoscope.setup();