summaryrefslogtreecommitdiffstats
path: root/docs/feature_macros.md
diff options
context:
space:
mode:
authorTuk Bredsdorff <tiktuk@gmail.com>2022-01-13 22:55:48 +0100
committerGitHub <noreply@github.com>2022-01-13 21:55:48 +0000
commit8fe320baa6d6aab7dc5cb1526a9b0df9cc666ed9 (patch)
tree5bb253ed9cb072a3ae72a5218ae682edf1179a3e /docs/feature_macros.md
parentae9feed5663a6ed96f49c5a614cea68a82afd323 (diff)
Fix keymap.json macro example (#15567)
Diffstat (limited to 'docs/feature_macros.md')
-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!"]
],