summaryrefslogtreecommitdiff
path: root/docs/feature_combo.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-11-29 02:49:27 +0000
committerQMK Bot <hello@qmk.fm>2023-11-29 02:49:27 +0000
commit6524d5354a0d5e469182b23c91ab8f8ccf9cf788 (patch)
tree9f77e7dfcad65467f928d450dba6aea7820f7f72 /docs/feature_combo.md
parente90874c382cdcb4482ac2e420b250053c05d0478 (diff)
parent0fb3aaec8e80a0277e50af74d9abb8680c979ed9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_combo.md')
-rw-r--r--docs/feature_combo.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/feature_combo.md b/docs/feature_combo.md
index fd241061fb..2e802446b6 100644
--- a/docs/feature_combo.md
+++ b/docs/feature_combo.md
@@ -345,10 +345,9 @@ is not set, all other layers will reference themselves.
}
return layer; // important if default is not in case.
}
-
```
-
- The equivalent definition using the combo macros is this:
+
+The equivalent definition using the combo macros is this:
```c
COMBO_REF_LAYER(_DVORAK, _QWERTY)