diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-10-01 09:34:20 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-01 09:34:20 -0700 |
commit | 285ed08867931e967d2660f6179a57d247191d4c (patch) | |
tree | e2df3fe2a30fab8821e3741df21af890c3f75572 /keyboards/treasure/type9/info.json | |
parent | 45a4a0a7fc32f521ad6487c19201340b81aaad5c (diff) |
Keyboard: Rename macropad to treasure/type9 (#4035)
* rename macropad keyboard to type9 under the treasure directory
* fixup the readme
* rename macropad to type9
* moar renames
Diffstat (limited to 'keyboards/treasure/type9/info.json')
-rw-r--r-- | keyboards/treasure/type9/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/treasure/type9/info.json b/keyboards/treasure/type9/info.json new file mode 100644 index 0000000000..7e7b1d0bda --- /dev/null +++ b/keyboards/treasure/type9/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "Type-9", + "url": "", + "maintainer": "qmk", + "width": 3, + "height": 3, + "layouts": { + "LAYOUT": { + "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}] + } + } +} |