add new keyboard atset (#17195)

Co-authored-by: zvecr <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
anubhav dhiman
2022-06-07 19:01:56 +05:30
committed by GitHub
parent b85c224b7c
commit f0b1c8ced9
9 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"keyboard_name": "AT9",
"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}, {"label":"k20", "x":0, "y":2}, {"label":"k21", "x":1, "y":2}, {"label":"k22", "x":2, "y":2}]
}
}
}