summaryrefslogtreecommitdiff
path: root/keyboards/sixkeyboard/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-16 08:02:11 -0700
committerDrashna Jaelre <drashna@live.com>2018-06-16 08:02:11 -0700
commiteccfb8d55e47fff65df33622c5494b07eac0daab (patch)
tree3365e464a6955102c143c2e40ee921dc7ea05d2f /keyboards/sixkeyboard/info.json
parent2435a52655979de6dab703545b57875815b0d191 (diff)
SixKeyBoard refactor (#3193)
* Refactor: create matrix macro * Readme changes * Configurator support
Diffstat (limited to 'keyboards/sixkeyboard/info.json')
-rw-r--r--keyboards/sixkeyboard/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/sixkeyboard/info.json b/keyboards/sixkeyboard/info.json
new file mode 100644
index 0000000000..55239fc6cc
--- /dev/null
+++ b/keyboards/sixkeyboard/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "Techkeys SixKeyBoard",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 3,
+ "height": 2,
+ "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}]
+ }
+ }
+}