fix: Fix typo in documentation for one shot keys. ON_TOGG -> OS_TOGG (#13754)

`ON_TOGG` doesn't exist in the codebase.
master
Shane Celis 2021-07-28 07:00:55 -04:00 committed by GitHub
parent 9088df04c3
commit fcce9f2a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ You can control the behavior of one shot keys by defining these in `config.h`:
* `OSL(layer)` - momentary switch to *layer*.
* `OS_ON` - Turns on One Shot keys.
* `OS_OFF` - Turns off One Shot keys. OSM act as regular mod keys, OSL act like `MO`.
* `ON_TOGG` - Toggles the one shot key status.
* `OS_TOGG` - Toggles the one shot key status.
Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine.