Merge branch 'update-recommended-settings-for-making-layouts' into 'main'
doc/layouts.md: Update recommended settings for creating layouts See merge request World/Phosh/squeekboard!699
This commit is contained in:
@ -50,6 +50,9 @@ For testing the basic/compact shape:
|
|||||||
```sh
|
```sh
|
||||||
[output:WL-1]
|
[output:WL-1]
|
||||||
mode = 360x720
|
mode = 360x720
|
||||||
|
phys_width = 60
|
||||||
|
phys_height = 120
|
||||||
|
scale = 1.00
|
||||||
```
|
```
|
||||||
|
|
||||||
For testing the wide shape:
|
For testing the wide shape:
|
||||||
@ -57,8 +60,10 @@ For testing the wide shape:
|
|||||||
```sh
|
```sh
|
||||||
[output:WL-1]
|
[output:WL-1]
|
||||||
mode = 1280x800
|
mode = 1280x800
|
||||||
|
phys_width = 104
|
||||||
|
phys_height = 65
|
||||||
|
scale = 1.00
|
||||||
```
|
```
|
||||||
Make sure there is no `phys_height` or `phys_width` set.
|
|
||||||
|
|
||||||
### Layout-stretching
|
### Layout-stretching
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user