summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-04 21:15:50 +0000
committerQMK Bot <hello@qmk.fm>2022-02-04 21:15:50 +0000
commita72f4346ce7b5e33e18c799b1682b53f58f9580c (patch)
treeb4d8466199edafc90529b16e88e4a20cbaea303f /docs
parent8fd8b2dc92a01b86a8e9ff3c37baeba760312140 (diff)
parentf52cc210b88936b666ed649eb243de1e0f64d88e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_macros.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md
index 810028cf70..78bc4ba0a5 100644
--- a/docs/feature_macros.md
+++ b/docs/feature_macros.md
@@ -40,7 +40,7 @@ You can define up to 32 macros in a `keymap.json` file, as used by [Configurator
### Selecting Your Host Keyboard Layout
-If you type in a language other than English, or use a non-QWERTY layout like Colemak, Dvorak, or Workman, you may have set your computer's input language to match this layout. This presents a challenge when creating macros- you may need to type different keys to get the same letters! To address this you can add the `host_language` key to your keymap.json, like so:
+If you type in a language other than English, or use a non-QWERTY layout like Colemak, Dvorak, or Workman, you may have set your computer's input language to match this layout. This presents a challenge when creating macros - you may need to type different keys to get the same letters! To address this you can add the `host_language` key to your `keymap.json`, like so:
```json
{
@@ -75,7 +75,7 @@ The current list of available languages is:
### Macro Basics
-Each macro is an array consisting of strings and objects (dictionaries.) Strings are typed to your computer while objects allow you to control how your macro is typed out.
+Each macro is an array consisting of strings and objects (dictionaries). Strings are typed to your computer while objects allow you to control how your macro is typed out.
#### Object Format