summaryrefslogtreecommitdiffstats
path: root/keyboards/9key/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-05-23 00:58:56 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-23 00:58:56 +0200
commitc465cf2fd3bc57259ad72441e462f07b694b962e (patch)
tree78da5c0fad8b1b7f456d9b198b780378ef5009f0 /keyboards/9key/info.json
parentc29d8ffd5af86eddc7e09d1963d8e26f544c5de6 (diff)
downloadqmk_firmware-c465cf2fd3bc57259ad72441e462f07b694b962e.tar.gz
qmk_firmware-c465cf2fd3bc57259ad72441e462f07b694b962e.tar.xz
Refactor and Configurator updates for 9key (#3024)
Diffstat (limited to 'keyboards/9key/info.json')
-rw-r--r--keyboards/9key/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/9key/info.json b/keyboards/9key/info.json
new file mode 100644
index 000000000..cadfdbc4c
--- /dev/null
+++ b/keyboards/9key/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "9key",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 3,
+ "height": 3,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, {"label":"k10", "x":0, "y":1}, {"label":"k11", "x":1, "y":1}, {"label":"k12", "x":2, "y":1}, {"label":"k20", "x":0, "y":2}, {"label":"k21", "x":1, "y":2}, {"label":"k22", "x":2, "y":2}]
+ }
+ }
+}