Point KC.MACRO_SLEEP_MS(ms) to sequeces.md

* macros.md no longer exists
* moving documentation for KC.MACRO_SLEEP_MS(ms) to sequencs.md
This commit is contained in:
chemicalwill 2022-06-06 14:15:41 -05:00 committed by Kyle Brown
parent 80b44b5c1b
commit 3ee701e986

View File

@ -203,7 +203,7 @@
|`KC.UC_MODE_LINUX` |Sets UnicodeMode to Linux |
|`KC.UC_MODE_MACOS` |Sets UnicodeMode to macOS |
|`KC.UC_MODE_WINC` |Sets UnicodeMode to WinCompose |
|`KC.MACRO_SLEEP_MS(ms)`|Sleeps in a macro. Check MACROS for more information. |
|`KC.MACRO_SLEEP_MS(ms)`|Sleeps in a macro. See [SEQUENCES](/docs/sequences.md) for more information. |
## [Modifiers]