aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/kbdpad_mk2/info.json
diff options
context:
space:
mode:
authorai03 <sarcaphx510@gmail.com>2019-06-01 22:02:33 -0700
committerDrashna Jaelre <drashna@live.com>2019-06-01 22:02:33 -0700
commit3449000f425ba2dfe2fa1119435b3f61bc22be76 (patch)
treed0f2d0dcd1a2d710673cb92f7e43d9453738c4ea /keyboards/kbdfans/kbdpad_mk2/info.json
parent155be34a1d2b782a73318cc507315b33cc86cc49 (diff)
downloadfirmware-3449000f425ba2dfe2fa1119435b3f61bc22be76.tar.gz
firmware-3449000f425ba2dfe2fa1119435b3f61bc22be76.tar.bz2
firmware-3449000f425ba2dfe2fa1119435b3f61bc22be76.zip
[Keyboard] Add support for KBDPAD MKII (#6034)
* Build some testing keymaps * Match naming convention to 8x * Add configurator json * Forgot to build the readme * Apply suggestions from code review Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kbdfans/kbdpad_mk2/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kbdfans/kbdpad_mk2/info.json')
-rw-r--r--keyboards/kbdfans/kbdpad_mk2/info.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbdpad_mk2/info.json b/keyboards/kbdfans/kbdpad_mk2/info.json
new file mode 100644
index 000000000..50cfc871d
--- /dev/null
+++ b/keyboards/kbdfans/kbdpad_mk2/info.json
@@ -0,0 +1,37 @@
+{
+ "keyboard_name": "kbdpad_mk2",
+ "url": "https://kb.ai03.me/projects/kbdpad-mkii.html",
+ "maintainer": "ai03",
+ "width": 4,
+ "height": 6.25,
+ "layouts": {
+ "LAYOUT_ortho_6x4": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"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":3, "y":2.25},
+ {"x":0, "y":3.25},
+ {"x":1, "y":3.25},
+ {"x":2, "y":3.25},
+ {"x":3, "y":3.25},
+ {"x":0, "y":4.25},
+ {"x":1, "y":4.25},
+ {"x":2, "y":4.25},
+ {"x":3, "y":4.25},
+ {"x":0, "y":5.25},
+ {"x":1, "y":5.25},
+ {"x":2, "y":5.25},
+ {"x":3, "y":5.25}
+ ]
+ }
+ }
+}