summaryrefslogtreecommitdiff
path: root/keyboards/pistachio_mp/info.json
diff options
context:
space:
mode:
authorrate <rate98326@gmail.com>2020-11-26 21:16:34 +0900
committerGitHub <noreply@github.com>2020-11-26 23:16:34 +1100
commit1c0e8a6bb4718c693e24d87c19ccca435d2f1f58 (patch)
tree7c9242c59c512bbc06b73d7358f98717b27b5315 /keyboards/pistachio_mp/info.json
parent10d9e8ed371490eabbb157de4ae0885635a074a4 (diff)
downloadqmk_firmware-1c0e8a6bb4718c693e24d87c19ccca435d2f1f58.tar.gz
qmk_firmware-1c0e8a6bb4718c693e24d87c19ccca435d2f1f58.zip
Add keyboard PistachioMacroPad (#10980)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/pistachio_mp/info.json')
-rw-r--r--keyboards/pistachio_mp/info.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/pistachio_mp/info.json b/keyboards/pistachio_mp/info.json
new file mode 100644
index 0000000000..cbbbd67bcc
--- /dev/null
+++ b/keyboards/pistachio_mp/info.json
@@ -0,0 +1,30 @@
+{
+ "keyboard_name": "pistachio_mp",
+ "url": "",
+ "maintainer": "rate",
+ "width": 4,
+ "height": 6.5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"Encoder", "x":3, "y":0},
+ {"label":"Num Lock", "x":0, "y":1.5},
+ {"label":"/", "x":1, "y":1.5},
+ {"label":"*", "x":2, "y":1.5},
+ {"label":"-", "x":3, "y":1.5},
+ {"label":"7", "x":0, "y":2.5},
+ {"label":"8", "x":1, "y":2.5},
+ {"label":"9", "x":2, "y":2.5},
+ {"label":"+", "x":3, "y":2.5, "h":2},
+ {"label":"4", "x":0, "y":3.5},
+ {"label":"5", "x":1, "y":3.5},
+ {"label":"6", "x":2, "y":3.5},
+ {"label":"1", "x":0, "y":4.5},
+ {"label":"2", "x":1, "y":4.5},
+ {"label":"3", "x":2, "y":4.5},
+ {"label":"Enter", "x":3, "y":4.5, "h":2},
+ {"label":"0", "x":0, "y":5.5, "w":2},
+ {"label":".", "x":2, "y":5.5}]
+ }
+ }
+} \ No newline at end of file