summaryrefslogtreecommitdiff
path: root/keyboards/makrosu/info.json
diff options
context:
space:
mode:
authorMuhammad Rivaldi <50755960+valdiieee@users.noreply.github.com>2021-06-23 06:34:17 +0700
committerGitHub <noreply@github.com>2021-06-23 09:34:17 +1000
commit4ef2b0f81817aa24931293215b10dd5a031f109d (patch)
treecb88388770877bf2c73a4e31d96adca2e4e2f735 /keyboards/makrosu/info.json
parent0c5c39c18a4545bc3b9b2e79243a952514579e02 (diff)
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>
Diffstat (limited to 'keyboards/makrosu/info.json')
-rw-r--r--keyboards/makrosu/info.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/makrosu/info.json b/keyboards/makrosu/info.json
new file mode 100644
index 0000000000..caf039ac63
--- /dev/null
+++ b/keyboards/makrosu/info.json
@@ -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}
+ ]
+ }
+ }
+}