add scotto community layouts and userspace (#21097)

Co-authored-by: Joe Scotto <me@joescotto.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joe Scotto <contact@joescotto.com>
This commit is contained in:
Duncan Sutherland 2023-07-07 15:22:36 +01:00 committed by GitHub
parent e5aeeae1b7
commit 8a60b686c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 557 additions and 0 deletions

17
users/scotto/readme.md Normal file
View file

@ -0,0 +1,17 @@
# Scotto
Applies to layouts:
- LAYOUT_ortho_4x10
- LAYOUT_split_3x5_2
- LAYOUT_split_3x5_3
### QWERTY
Scotto's default functional layout is Colemak. To compile this layout in QWERTY (US English), append compile command with `KEYMAP=QWERTY` environment variable.
```
qmk compile -kb <keyboardName> -km scotto -e KEYMAP=QWERTY
```
Example for [Scotto34](/keyboards/scottokeebs/scotto34):
```
qmk compile -kb scottokeebs/scotto34 -km scotto -e KEYMAP=QWERTY
```