diff options
author | QMK Bot <hello@qmk.fm> | 2023-08-26 18:44:20 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-08-26 18:44:20 +0000 |
commit | 50151be43035746de6aeec7dc3222a375814c593 (patch) | |
tree | bc6437c0d2c04f912f25ceec2498e421ae589d2b /docs | |
parent | 5cd47f50946c68a38bcfba70be7ebf123062d207 (diff) | |
parent | f07490bc092e365ba03dc685b3fc30ad0bf0b752 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md index 08310555fb..c7d6c1a918 100644 --- a/docs/feature_macros.md +++ b/docs/feature_macros.md @@ -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"]} ] ], |