diff --git a/examples/Keystrokes/AutoShift/AutoShift.ino b/examples/Keystrokes/AutoShift/AutoShift.ino index a0f7c8ad5f..bb9c11bcf0 100644 --- a/examples/Keystrokes/AutoShift/AutoShift.ino +++ b/examples/Keystrokes/AutoShift/AutoShift.ino @@ -67,8 +67,7 @@ void setup() { AutoShift.enable(AutoShift.symbolKeys()); // instead of shifting, produce a backslash on long pressing slash AUTOSHIFT( - kaleidoscope::plugin::LongPress(Key_Slash, Key_Backslash), - ) + kaleidoscope::plugin::LongPress(Key_Slash, Key_Backslash), ) // Set the AutoShift long-press time to 150ms: AutoShift.setTimeout(150); // Start with AutoShift turned off: