Corrected duration example, should be number not string (#21839)

This commit is contained in:
Andy Smith 2023-08-26 19:43:40 +01:00 committed by GitHub
parent 7a737235ff
commit f07490bc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ You can define up to 32 macros in a `keymap.json` file, as used by [Configurator
],
[
{"action":"tap", "keycodes": ["F1"]},
{"action":"delay", "duration": "1000"},
{"action":"delay", "duration": 1000},
{"action":"tap", "keycodes": ["PGDN"]}
]
],