aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/millipad/info.json
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 02:42:33 +0100
committerGitHub2024-03-15 02:42:33 +0100
commit80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch)
treef81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/millipad/info.json
parent539fa21bf80308a21048334909b6512917aa3c7b (diff)
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/millipad/info.json')
-rw-r--r--keyboards/millipad/info.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/keyboards/millipad/info.json b/keyboards/millipad/info.json
deleted file mode 100644
index 0734c9ae60..0000000000
--- a/keyboards/millipad/info.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "keyboard_name": "millipad",
- "manufacturer": "Jirou",
- "url": "https://github.com/GLozares/millipad",
- "maintainer": "Jirou",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x1A1B",
- "device_version": "0.0.1",
- "force_nkro": true
- },
- "matrix_pins": {
- "cols": ["F0", "F1", "F4", "D7", "D6", "D4"],
- "rows": ["C6", "C7"]
- },
- "diode_direction": "COL2ROW",
- "encoder": {
- "rotary": [
- {"pin_a": "D3", "pin_b": "D2"}
- ]
- },
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0},
- {"matrix": [0, 1], "x": 1, "y": 0},
- {"matrix": [0, 2], "x": 2, "y": 0},
- {"matrix": [0, 3], "x": 3, "y": 0},
- {"matrix": [0, 4], "x": 4, "y": 0},
- {"matrix": [0, 5], "x": 5, "y": 0},
-
- {"matrix": [1, 0], "x": 0, "y": 1},
- {"matrix": [1, 1], "x": 1, "y": 1},
- {"matrix": [1, 2], "x": 2, "y": 1},
- {"matrix": [1, 3], "x": 3, "y": 1},
- {"matrix": [1, 4], "x": 4, "y": 1},
- {"matrix": [1, 5], "x": 5, "y": 1}
- ]
- }
- }
-}