From f07490bc092e365ba03dc685b3fc30ad0bf0b752 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Sat, 26 Aug 2023 19:43:40 +0100 Subject: Corrected duration example, should be number not string (#21839) --- docs/feature_macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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"]} ] ], -- cgit v1.2.3