Skip to content

Commit

Permalink
Update docs/feature_macros.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <[email protected]>
  • Loading branch information
skullydazed and tzarc committed Nov 20, 2021
1 parent 368bd6e commit cd31826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Macros allow you to send multiple keystrokes when pressing just one key. QMK has

## Using Macros In JSON Keymaps

You can define up to 32 macros in a `keymap.json` file, as used by [Configurator](newbs_building_firmware_configurator.md), `qmk compile`, and XAP. You can define these macros in a list under the `macros` keyword, like this:
You can define up to 32 macros in a `keymap.json` file, as used by [Configurator](newbs_building_firmware_configurator.md), and `qmk compile`. You can define these macros in a list under the `macros` keyword, like this:

```json
{
Expand Down

0 comments on commit cd31826

Please sign in to comment.