aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/x16/info.json
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 23:23:40 +0100
committerGitHub2024-03-15 23:23:40 +0100
commit24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch)
tree75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/x16/info.json
parent68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff)
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/x16/info.json')
-rw-r--r--keyboards/x16/info.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/keyboards/x16/info.json b/keyboards/x16/info.json
deleted file mode 100644
index 7a7c8ae022..0000000000
--- a/keyboards/x16/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "keyboard_name": "x16",
- "manufacturer": "yinxianwei",
- "url": "",
- "maintainer": "yinxianwei",
- "usb": {
- "vid": "0x4B50",
- "pid": "0x016A",
- "device_version": "0.0.1"
- },
- "matrix_pins": {
- "cols": ["C7", "C6", "B4", "D7"],
- "rows": ["E6", "F7", "D6", "B6"]
- },
- "diode_direction": "COL2ROW",
- "backlight": {
- "pin": "B5",
- "levels": 5
- },
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "layouts": {
- "LAYOUT_ortho_4x4": {
- "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": [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": [2, 0], "x": 0, "y": 2},
- {"matrix": [2, 1], "x": 1, "y": 2},
- {"matrix": [2, 2], "x": 2, "y": 2},
- {"matrix": [2, 3], "x": 3, "y": 2},
-
- {"matrix": [3, 0], "x": 0, "y": 3},
- {"matrix": [3, 1], "x": 1, "y": 3},
- {"matrix": [3, 2], "x": 2, "y": 3},
- {"matrix": [3, 3], "x": 3, "y": 3}
- ]
- }
- }
-}