diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-19 18:17:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-19 18:17:00 +0000 |
commit | 4e3db51e9287f690e8ddaff5c61531f02aa4d8e1 (patch) | |
tree | 9abe4c16abd6b3999e8d92990a64eb617dcbdd7c /keyboards/atset/at6/info.json | |
parent | c725b6bf89878aebe9c5ffa2f6c05abd9ea98117 (diff) | |
parent | ad2e85361128a2252798a7bb4c1cbc0bcd58e8ab (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/atset/at6/info.json')
-rw-r--r-- | keyboards/atset/at6/info.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/atset/at6/info.json b/keyboards/atset/at6/info.json new file mode 100644 index 0000000000..cdaeee825d --- /dev/null +++ b/keyboards/atset/at6/info.json @@ -0,0 +1,9 @@ +{ + "keyboard_name": "AT6", + "maintainer": "atset", + "layouts": { + "LAYOUT": { + "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, {"label":"k10", "x":0, "y":1}, {"label":"k11", "x":1, "y":1}, {"label":"k12", "x":2, "y":1}] + } + } +} |