Skip to content

Commit

Permalink
Fix space cadet example
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Oct 31, 2020
1 parent 6a4abed commit 1b8af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Regular secondary role: (Activates the secondary role immediately and if no othe

Regular secondary role with prevention of accidential key taps: (Activates the secondary role immediately, but activates the primary role only if the key has been pressed for at least a certain amount of time. This could be used to emulate the [Space Cadet Shift feature](https://beta.docs.qmk.fm/using-qmk/advanced-keycodes/feature_space_cadet).)

$holdLayer leftShift
$holdKey leftShift
$ifInterrupted break
$ifPlaytime 200 break
$tapKey S-9
Expand Down

0 comments on commit 1b8af79

Please sign in to comment.