aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/rad/info.json
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 23:24:00 +0100
committerGitHub2024-03-15 23:24:00 +0100
commit1a903372846f24028431d20bc25e64b4da69da27 (patch)
treed628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/rad/info.json
parent24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff)
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/rad/info.json')
-rw-r--r--keyboards/rad/info.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/keyboards/rad/info.json b/keyboards/rad/info.json
deleted file mode 100644
index a1352700ff..0000000000
--- a/keyboards/rad/info.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "keyboard_name": "rad",
- "manufacturer": "anubhavd7",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x6060",
- "device_version": "0.0.1"
- },
- "matrix_pins": {
- "cols": ["B5", "B4", "E6"],
- "rows": ["D7", "C6", "B6", "D0"]
- },
- "diode_direction": "COL2ROW",
- "bootmagic": {
- "matrix": [0, 2]
- },
- "processor": "atmega32u4",
- "bootloader": "caterina",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 1], "x": 1, "y": 0},
- {"matrix": [0, 2], "x": 2, "y": 0},
-
- {"matrix": [1, 0], "x": 0, "y": 1},
- {"matrix": [1, 1], "x": 1, "y": 1},
- {"matrix": [1, 2], "x": 2, "y": 1},
-
- {"matrix": [2, 0], "x": 0, "y": 2},
- {"matrix": [2, 1], "x": 1, "y": 2},
- {"matrix": [2, 2], "x": 2, "y": 2},
-
- {"matrix": [3, 0], "x": 0, "y": 3},
- {"matrix": [3, 1], "x": 1, "y": 3},
- {"matrix": [3, 2], "x": 2, "y": 3}
- ]
- }
- }
-}