Set the release delay in the example

pull/389/head
Michael Richters 7 years ago
parent 32a8537c28
commit 639f16984a

@ -71,6 +71,7 @@ void setup() {
kaleidoscope::Qukey(0, 3, 6, ShiftToLayer(1)) // Q/layer-shift (on `fn`)
)
Qukeys.setTimeout(200);
Qukeys.setReleaseDelay(20);
// To toggle Qukeys off and on, we use a macro
Kaleidoscope.use(&Macros);

Loading…
Cancel
Save