Skip to content

Commit

Permalink
Accept formatting changes from automatic formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hupfdule committed Apr 25, 2023
1 parent 31763b1 commit 8f1d249
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/Keystrokes/AutoShift/AutoShift.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f1d249

Please sign in to comment.