1
0
Эх сурвалжийг харах

Corrected duration example, should be number not string (#21839)

Andy Smith 2 жил өмнө
parent
commit
f07490bc09

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