summaryrefslogtreecommitdiffstats
path: root/keyboards/macropad/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-09-26 22:09:05 -0700
committerDrashna Jaelre <drashna@live.com>2018-09-26 22:09:05 -0700
commit12ad59f99de0ecd2c81b92587c2858b3fb39523c (patch)
treec2c228ccee38cb426afac149bea9cceee9ddd23f /keyboards/macropad/info.json
parentec0297027d5ad180af06d41dbfa351d313fe91e8 (diff)
Keyboard: Treasure Macropad (#3988)
* port macropad over to qmk * add bootloader size
Diffstat (limited to 'keyboards/macropad/info.json')
-rw-r--r--keyboards/macropad/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/macropad/info.json b/keyboards/macropad/info.json
new file mode 100644
index 0000000000..f946ed153e
--- /dev/null
+++ b/keyboards/macropad/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "Macropad",
+ "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}]
+ }
+ }
+}