Add support for millisecond delays within a macro sequence

This commit is contained in:
Josh Klar
2018-09-30 21:34:16 -07:00
parent 2c05efa805
commit fde9b7e274
4 changed files with 28 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ MACRO_TEST_SIMPLE = simple_key_sequence([
KC.SPACE,
KC.MACRO_SLEEP_MS(500),
KC.LSHIFT(KC.K),
KC.LSHIFT(KC.M),
KC.LSHIFT(KC.K),