summaryrefslogtreecommitdiff
path: root/keyboards/nakey/info.json
diff options
context:
space:
mode:
authorMechMerlin2018-04-27 15:13:03 -0700
committerDrashna Jaelre2018-04-27 15:13:03 -0700
commit33671e5cd17db5387d17009a50c3fe86d76e5671 (patch)
tree91af3932bd920bd5dd64949de93a80b321cb938f /keyboards/nakey/info.json
parent050c21d35f01d4d59d2e1e89eaded2616257f148 (diff)
New Numpad Support: naKey from ckeys.org (#2828)
* Add naKey on behalf of ckeys * Update James's code to more modern QMK standards * Add info.json for QMK Configurator support * Fix that build breakage * Rename naKey.c to nakey.c * Rename naKey.h to nakey.h
Diffstat (limited to 'keyboards/nakey/info.json')
-rw-r--r--keyboards/nakey/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/nakey/info.json b/keyboards/nakey/info.json
new file mode 100644
index 000000000..b44d0daf7
--- /dev/null
+++ b/keyboards/nakey/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "naKey",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"label":"Num Lock", "x":0, "y":0}, {"label":"/", "x":1, "y":0}, {"label":"*", "x":2, "y":0}, {"label":"-", "x":3, "y":0}, {"label":"7", "x":0, "y":1}, {"label":"8", "x":1, "y":1}, {"label":"9", "x":2, "y":1}, {"label":"+", "x":3, "y":1, "h":2}, {"label":"4", "x":0, "y":2}, {"label":"5", "x":1, "y":2}, {"label":"6", "x":2, "y":2}, {"label":"1", "x":0, "y":3}, {"label":"2", "x":1, "y":3}, {"label":"3", "x":2, "y":3}, {"label":"Enter", "x":3, "y":3, "h":2}, {"label":"0", "x":0, "y":4, "w":2}, {"label":".", "x":2, "y":4}]
+ }
+ }
+}