summaryrefslogtreecommitdiff
path: root/keyboards/ckeys/nakey/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-05-09 21:37:04 -0700
committerJack Humbert <jack.humb@gmail.com>2018-05-10 00:37:04 -0400
commitc5264d6d89899f19bdeeaf9e2daeb90531617a48 (patch)
tree8f3862554b76a24766df6addfc1009a719d722a8 /keyboards/ckeys/nakey/info.json
parent5346cb2d20100f2bbf35e8c8107ae272404f2198 (diff)
Move ckeys workshop to its own directory (#2928)
* move obelus and nakey to ckeys directory * delete the originals * short readme about ckeys * edit readmes to reflect new changes * add build guide info..and here's me trying to retrigger the build job
Diffstat (limited to 'keyboards/ckeys/nakey/info.json')
-rw-r--r--keyboards/ckeys/nakey/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/ckeys/nakey/info.json b/keyboards/ckeys/nakey/info.json
new file mode 100644
index 0000000000..b44d0daf74
--- /dev/null
+++ b/keyboards/ckeys/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}]
+ }
+ }
+}