diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-16 17:00:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 00:00:08 -0700 |
commit | 17de141c9248a7a1a1814d96d1f12f36df3d6a8f (patch) | |
tree | bccd7717db1410885ce8d825e730509136e52839 /keyboards/buzzard | |
parent | f1e44f5844df96a1f5328c8e3b277710a60840e2 (diff) |
Add missing layout data for a handful of boards (#20931)
* Add missing layout data for a handful of boards
* typo
* Add missing layouts for stoutgat
* Add missing layout for j80
* Replace missing layout with alias for wraith
* Add missing layout for matrix/me
* Add missing layout for satisfaction75/prototype
* Apply suggestions from code review
* Rename wt80-a layouts
* Rename rosa layouts
* Add missing layouts for naked48
* Add missing layouts for naked60
* Add missing layouts for uma
* Remove unused and pointless `LAYOUT_stack` for buzzard
* Add missing layout for keyboardio/model01
* Add missing layout for smk65 revf
* Fix via keymap for h60
* Add missing layout for jabberwocky/v1
* Apply suggestions from code review
* Add missing layout for m3n3van
* Add missing layout for giabalanai
* Add missing layouts for treadstone48/rev1
* Add missing layouts for squiggle
* Update keyboards/marksard/treadstone48/rev1/info.json
Diffstat (limited to 'keyboards/buzzard')
-rw-r--r-- | keyboards/buzzard/rev1/info.json | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/keyboards/buzzard/rev1/info.json b/keyboards/buzzard/rev1/info.json index c39421c597..d0fa9603f7 100644 --- a/keyboards/buzzard/rev1/info.json +++ b/keyboards/buzzard/rev1/info.json @@ -69,50 +69,6 @@ {"matrix": [7, 1], "x": 10, "y": 3}, {"matrix": [7, 2], "x": 11, "y": 3} ] - }, - "LAYOUT_stack": { - "layout": [ - {"matrix": [0, 4], "x": 0, "y": 0}, - {"matrix": [0, 3], "x": 1, "y": 0}, - {"matrix": [0, 2], "x": 2, "y": 0}, - {"matrix": [0, 1], "x": 3, "y": 0}, - {"matrix": [0, 0], "x": 4, "y": 0}, - {"matrix": [1, 5], "x": 5, "y": 0}, - {"matrix": [1, 4], "x": 6, "y": 0}, - {"matrix": [1, 3], "x": 7, "y": 0}, - {"matrix": [1, 2], "x": 8, "y": 0}, - {"matrix": [1, 1], "x": 9, "y": 0}, - {"matrix": [1, 0], "x": 10, "y": 0}, - {"matrix": [2, 5], "x": 11, "y": 0}, - {"matrix": [2, 4], "x": 12, "y": 0}, - {"matrix": [2, 3], "x": 13, "y": 0}, - {"matrix": [2, 2], "x": 14, "y": 0}, - {"matrix": [2, 1], "x": 15, "y": 0}, - {"matrix": [2, 0], "x": 16, "y": 0}, - {"matrix": [3, 2], "x": 17, "y": 0}, - {"matrix": [3, 1], "x": 18, "y": 0}, - {"matrix": [3, 0], "x": 19, "y": 0}, - {"matrix": [4, 0], "x": 20, "y": 0}, - {"matrix": [4, 1], "x": 21, "y": 0}, - {"matrix": [4, 2], "x": 22, "y": 0}, - {"matrix": [4, 3], "x": 23, "y": 0}, - {"matrix": [4, 4], "x": 24, "y": 0}, - {"matrix": [5, 0], "x": 25, "y": 0}, - {"matrix": [5, 1], "x": 26, "y": 0}, - {"matrix": [5, 2], "x": 27, "y": 0}, - {"matrix": [5, 3], "x": 28, "y": 0}, - {"matrix": [5, 4], "x": 29, "y": 0}, - {"matrix": [5, 5], "x": 30, "y": 0}, - {"matrix": [6, 0], "x": 31, "y": 0}, - {"matrix": [6, 1], "x": 32, "y": 0}, - {"matrix": [6, 2], "x": 33, "y": 0}, - {"matrix": [6, 3], "x": 34, "y": 0}, - {"matrix": [6, 4], "x": 35, "y": 0}, - {"matrix": [6, 5], "x": 36, "y": 0}, - {"matrix": [7, 0], "x": 37, "y": 0}, - {"matrix": [7, 1], "x": 38, "y": 0}, - {"matrix": [7, 2], "x": 39, "y": 0} - ] } } } |