Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2 years ago
commit 50151be430
  1. 2
      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":"tap", "keycodes": ["F1"]},
{"action":"delay", "duration": "1000"}, {"action":"delay", "duration": 1000},
{"action":"tap", "keycodes": ["PGDN"]} {"action":"tap", "keycodes": ["PGDN"]}
] ]
], ],

Loading…
Cancel
Save