summaryrefslogtreecommitdiff
path: root/keyboards/yynmt/dozen0/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:23:40 +0000
committerGitHub <noreply@github.com>2024-03-15 22:23:40 +0000
commit24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch)
tree75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/yynmt/dozen0/info.json
parent68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff)
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/yynmt/dozen0/info.json')
-rw-r--r--keyboards/yynmt/dozen0/info.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/keyboards/yynmt/dozen0/info.json b/keyboards/yynmt/dozen0/info.json
deleted file mode 100644
index a4f3800f88..0000000000
--- a/keyboards/yynmt/dozen0/info.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "keyboard_name": "Dozen0",
- "manufacturer": "yynmt",
- "url": "http://yynmt.com",
- "maintainer": "yynmt",
- "usb": {
- "vid": "0x04D8",
- "pid": "0xEA4F",
- "device_version": "0.0.1"
- },
- "rgblight": {
- "saturation_steps": 8,
- "brightness_steps": 8,
- "led_count": 2,
- "animations": {
- "breathing": true,
- "rainbow_mood": true,
- "rainbow_swirl": true,
- "snake": true,
- "knight": true,
- "christmas": true,
- "static_gradient": true,
- "rgb_test": true,
- "alternating": true,
- "twinkle": true
- }
- },
- "ws2812": {
- "pin": "D3"
- },
- "matrix_pins": {
- "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "B5", "B4", "E6", "D7", "C6", "D4"],
- "rows": ["F4"]
- },
- "diode_direction": "COL2ROW",
- "processor": "atmega32u4",
- "bootloader": "caterina",
- "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": [0, 6], "x": 0, "y": 1},
- {"matrix": [0, 7], "x": 1, "y": 1},
- {"matrix": [0, 8], "x": 2, "y": 1},
- {"matrix": [0, 9], "x": 3, "y": 1},
- {"matrix": [0, 10], "x": 4, "y": 1},
- {"matrix": [0, 11], "x": 5, "y": 1}
- ]
- }
- }
-}