summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-13 21:56:21 +0000
committerQMK Bot <hello@qmk.fm>2022-01-13 21:56:21 +0000
commit15d385a8626ef076b3fdfd13baa62bb562cf614a (patch)
treef6f20a9ba6ecafe634e719ede514c2a26c69ac7f /docs
parentc93dc153f15c5eadd4d688c06f98dd3570673860 (diff)
parent8fe320baa6d6aab7dc5cb1526a9b0df9cc666ed9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_macros.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md
index f39c1a40e8..810028cf70 100644
--- a/docs/feature_macros.md
+++ b/docs/feature_macros.md
@@ -46,7 +46,7 @@ If you type in a language other than English, or use a non-QWERTY layout like Co
 {
     "keyboard": "handwired/my_macropad",
     "keymap": "my_keymap",
-    "host_layout": "dvorak",
+    "host_language": "dvorak",
     "macros": [
         ["Hello, World!"]
     ],