summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-08-26 18:44:20 +0000
committerQMK Bot <hello@qmk.fm>2023-08-26 18:44:20 +0000
commit50151be43035746de6aeec7dc3222a375814c593 (patch)
treebc6437c0d2c04f912f25ceec2498e421ae589d2b /docs
parent5cd47f50946c68a38bcfba70be7ebf123062d207 (diff)
parentf07490bc092e365ba03dc685b3fc30ad0bf0b752 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_macros.md2
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"]}
]
],