diff options
author | fauxpark <fauxpark@gmail.com> | 2017-12-09 16:56:58 +1100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-09 10:46:11 -0500 |
commit | bb53635f33c213e5a940edea8b07026ef89aed42 (patch) | |
tree | 7e170b424e37b7305f8be3072cd8c970f77ca073 /docs/feature_layouts.md | |
parent | af37bb2f78c39c224c995eb57c757c63034a3d9c (diff) | |
download | qmk_firmware-bb53635f33c213e5a940edea8b07026ef89aed42.tar.gz qmk_firmware-bb53635f33c213e5a940edea8b07026ef89aed42.zip |
Trim trailing whitespace
Diffstat (limited to 'docs/feature_layouts.md')
-rw-r--r-- | docs/feature_layouts.md | 4 |
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 | ||
3 | The `layouts/` folder contains different physical key layouts that can apply to different keyboards. | 3 | The `layouts/` folder contains different physical key layouts that can apply to different keyboards. |
4 | 4 | ||
5 | ``` | 5 | ``` |
6 | layouts/ | 6 | layouts/ |
@@ -21,7 +21,7 @@ layouts/ | |||
21 | | + ... | 21 | | + ... |
22 | ``` | 22 | ``` |
23 | 23 | ||
24 | The `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. | 24 | The `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 | ||
26 | Each 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: | 26 | Each 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 | ||