summaryrefslogtreecommitdiffstats
path: root/keyboards/maxipad/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-07-05 03:04:22 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-05 03:04:22 +0200
commit7eeb8932a17443fb6e94a6aeeaed895790b561d2 (patch)
treeef7e7ac7054031cf3ad7462554d0a77bd78de79c /keyboards/maxipad/info.json
parent876377e945da294c887a1553f07f947d10da58ec (diff)
downloadqmk_firmware-7eeb8932a17443fb6e94a6aeeaed895790b561d2.tar.gz
qmk_firmware-7eeb8932a17443fb6e94a6aeeaed895790b561d2.tar.xz
QMK Configurator support for Maxipad keypad (#3307)
Diffstat (limited to 'keyboards/maxipad/info.json')
-rw-r--r--keyboards/maxipad/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/maxipad/info.json b/keyboards/maxipad/info.json
new file mode 100644
index 000000000..3ee4830c4
--- /dev/null
+++ b/keyboards/maxipad/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "maxipad",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 6,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"x":2, "y":4}, {"x":3, "y":4}, {"x":4, "y":4}, {"x":5, "y":4}]
+ }
+ }
+}