Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-08-26 18:44:20 +00:00
commit 50151be430
1 changed files with 1 additions and 1 deletions

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"]}
]
],