summaryrefslogtreecommitdiffstats
path: root/keyboards/manyboard/macro/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/manyboard/macro/info.json')
-rw-r--r--keyboards/manyboard/macro/info.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/keyboards/manyboard/macro/info.json b/keyboards/manyboard/macro/info.json
deleted file mode 100644
index 47eb066f49..0000000000
--- a/keyboards/manyboard/macro/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "keyboard_name": "MB_Macro",
- "manufacturer": "Manyboard",
- "url": "https://github.com/WillEhman/qmk_firmware/tree/dev_create_mb_macro",
- "maintainer": "William Ehman",
- "usb": {
- "vid": "0x4D42",
- "pid": "0x0015",
- "device_version": "1.0.3"
- },
- "layouts": {
- "LAYOUT_ortho_4x4": {
- "layout": [
- {"x": 0, "y": 0},
- {"x": 1, "y": 0},
- {"x": 2, "y": 0},
- {"x": 3, "y": 0},
- {"x": 0, "y": 1},
- {"x": 1, "y": 1},
- {"x": 2, "y": 1},
- {"x": 3, "y": 1},
- {"x": 0, "y": 2},
- {"x": 1, "y": 2},
- {"x": 2, "y": 2},
- {"x": 3, "y": 2},
- {"x": 0, "y": 3},
- {"x": 1, "y": 3},
- {"x": 2, "y": 3},
- {"x": 3, "y": 3}
- ]
- }
- }
-}