aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/kbdpad/mk1/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-08-01 09:39:03 -0700
committerDrashna Jaelre <drashna@live.com>2019-08-01 09:39:03 -0700
commita2d61d76fa840eecf20480f317397b23be6b93de (patch)
tree8f2085adc4f2c50b22cb6deef3ad464d33e67cf0 /keyboards/kbdfans/kbdpad/mk1/info.json
parent17eea779df16ae4888a73d5b7d33d0533d5c06c5 (diff)
downloadfirmware-a2d61d76fa840eecf20480f317397b23be6b93de.tar.gz
firmware-a2d61d76fa840eecf20480f317397b23be6b93de.tar.bz2
firmware-a2d61d76fa840eecf20480f317397b23be6b93de.zip
[Keyboard] New Keyboard: KBDPad MKI (#6452)
* initial commit * define pins used and matrix size * update readme * delete un needed files * make an appropriate switch matrix * create appropriate keymap * one little typo * add QMK Configurator support * Update keyboards/kbdfans/kbdpad/mk1/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/kbdfans/kbdpad/mk1/info.json')
-rw-r--r--keyboards/kbdfans/kbdpad/mk1/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbdpad/mk1/info.json b/keyboards/kbdfans/kbdpad/mk1/info.json
new file mode 100644
index 000000000..426a23b8d
--- /dev/null
+++ b/keyboards/kbdfans/kbdpad/mk1/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "KBDFans KBDPad MKI",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 6.25,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":0, "y":2.25}, {"x":1, "y":2.25}, {"x":2, "y":2.25}, {"x":0, "y":3.25}, {"x":1, "y":3.25}, {"x":2, "y":3.25}, {"x":3, "y":2.25, "h":2}, {"x":0, "y":4.25}, {"x":1, "y":4.25}, {"x":2, "y":4.25}, {"x":0, "y":5.25, "w":2}, {"x":2, "y":5.25}, {"x":3, "y":4.25, "h":2}]
+ }
+ }
+}