Browse Source

Deploying to gh-pages from @ qmk/qmk_firmware@f07490bc092e365ba03dc685b3fc30ad0bf0b752 🚀

gh-pages
zvecr 8 months ago
parent
commit
9f74a73d64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      feature_macros.md

+ 1
- 1
feature_macros.md View File

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


Loading…
Cancel
Save