aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_layouts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_layouts.md')
-rw-r--r--docs/feature_layouts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_layouts.md b/docs/feature_layouts.md
index fcfe9cd1c..24c42c09f 100644
--- a/docs/feature_layouts.md
+++ b/docs/feature_layouts.md
@@ -1,6 +1,6 @@
1# Layouts: Using a Keymap with Multiple Keyboards 1# Layouts: Using a Keymap with Multiple Keyboards
2 2
3The `layouts/` folder contains different physical key layouts that can apply to different keyboards. 3The `layouts/` folder contains different physical key layouts that can apply to different keyboards.
4 4
5``` 5```
6layouts/ 6layouts/
@@ -21,7 +21,7 @@ layouts/
21| + ... 21| + ...
22``` 22```
23 23
24The `layouts/default/` and `layouts/community/` are two examples of layout "repositories" - currently `default` will contain all of the information concerning the layout, and one default keymap named `default_<layout>`, for users to use as a reference. `community` contains all of the community keymaps, with the eventual goal of being split-off into a separate repo for users to clone into `layouts/`. QMK searches through all folders in `layouts/`, so it's possible to have multiple repositories here. 24The `layouts/default/` and `layouts/community/` are two examples of layout "repositories" - currently `default` will contain all of the information concerning the layout, and one default keymap named `default_<layout>`, for users to use as a reference. `community` contains all of the community keymaps, with the eventual goal of being split-off into a separate repo for users to clone into `layouts/`. QMK searches through all folders in `layouts/`, so it's possible to have multiple repositories here.
25 25
26Each layout folder is named (`[a-z0-9_]`) after the physical aspects of the layout, in the most generic way possible, and contains a `readme.md` with the layout to be defined by the keyboard: 26Each layout folder is named (`[a-z0-9_]`) after the physical aspects of the layout, in the most generic way possible, and contains a `readme.md` with the layout to be defined by the keyboard:
27 27