adding my custom keypad to qmk repository (#12150)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Muhammad Rivaldi
2021-06-23 06:34:17 +07:00
committed by GitHub
parent 0c5c39c18a
commit 4ef2b0f818
9 changed files with 431 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"keyboard_name": "MakrOSU",
"url": "",
"maintainer": "Valdydesu_",
"width": 3,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [
{"label" : "Esc", "x":0, "y":0},
{"label" : "F1", "x":1, "y":0},
{"label" : "F2", "x":2, "y":0},
{"label" : "Lower", "x":0, "y":1},
{"label" : "Z", "x":1.5, "y":1},
{"label" : "X", "x":2.5, "y":1}
]
}
}
}