aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/treasure/type9/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-10-01 09:34:20 -0700
committerDrashna Jaelre <drashna@live.com>2018-10-01 09:34:20 -0700
commit285ed08867931e967d2660f6179a57d247191d4c (patch)
treee2df3fe2a30fab8821e3741df21af890c3f75572 /keyboards/treasure/type9/info.json
parent45a4a0a7fc32f521ad6487c19201340b81aaad5c (diff)
downloadfirmware-285ed08867931e967d2660f6179a57d247191d4c.tar.gz
firmware-285ed08867931e967d2660f6179a57d247191d4c.tar.bz2
firmware-285ed08867931e967d2660f6179a57d247191d4c.zip
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.json12
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 000000000..7e7b1d0bd
--- /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}]
+ }
+ }
+}