From 9f74a73d6437d2712def478a921d5fd75bb74402 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sat, 26 Aug 2023 18:45:08 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@f07490bc092e365ba03dc685b3fc30ad0bf0b752=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_macros.md b/feature_macros.md index 08310555fb7..c7d6c1a918a 100644 --- a/feature_macros.md +++ b/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"]} ] ],