Skip to content

Commit

Permalink
Corrected duration example, should be number not string (qmk#21839)
Browse files Browse the repository at this point in the history
  • Loading branch information
andysmithfal authored Aug 26, 2023
1 parent 7a73723 commit f07490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
]
],
Expand Down

0 comments on commit f07490b

Please sign in to comment.