summaryrefslogtreecommitdiffstats
path: root/keyboards/dozen0/info.json
diff options
context:
space:
mode:
authoryynmt <45400583+yynmt@users.noreply.github.com>2019-03-01 05:12:56 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-01 05:12:56 +0100
commita1de199aa9d86d0c325985825e07d5d769a5d786 (patch)
treea0c9eecd3b13f998925a9cd64d015e8e790340c3 /keyboards/dozen0/info.json
parentf6a0ee85fd7c4a2452d0f42bd948746525194009 (diff)
downloadqmk_firmware-a1de199aa9d86d0c325985825e07d5d769a5d786.tar.gz
qmk_firmware-a1de199aa9d86d0c325985825e07d5d769a5d786.tar.xz
[Keyboard] Add Dozen0 (#5272)
* Add Dozen0 macropad * Fix readme image * Add info.json * Fix keymap f12 * Fix copyright and replace include guards * remove IS_COMMAND at config.h
Diffstat (limited to 'keyboards/dozen0/info.json')
-rw-r--r--keyboards/dozen0/info.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/dozen0/info.json b/keyboards/dozen0/info.json
new file mode 100644
index 000000000..36eb8bec6
--- /dev/null
+++ b/keyboards/dozen0/info.json
@@ -0,0 +1,16 @@
+{
+ "keyboard_name": "Dozen0",
+ "url": "http://yynmt.com",
+ "maintainer": "yynmt",
+ "width": 6,
+ "height": 2,
+ "layouts": {
+ "LAYOUT": {
+ "key_count": 12,
+ "layout": [
+ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0},
+ {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}
+ ]
+ }
+ }
+}