summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/microdox/v1
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-12-06 17:10:48 +0800
committerlokher <lokher@gmail.com>2022-12-07 15:50:49 +0800
commita336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch)
tree3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/boardsource/microdox/v1
parent27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff)
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/boardsource/microdox/v1')
-rw-r--r--keyboards/boardsource/microdox/v1/info.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/boardsource/microdox/v1/info.json b/keyboards/boardsource/microdox/v1/info.json
deleted file mode 100644
index ba8307221a..0000000000
--- a/keyboards/boardsource/microdox/v1/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "features": {
- "rgblight": true
- },
- "matrix_pins": {
- "cols": ["F4", "F5", "F6", "F7", "B1"],
- "rows": ["B2", "B6", "B4", "B5"]
- },
- "usb": {
- "device_version": "1.0.0"
- },
- "split": {
- "soft_serial_pin": "D2"
- },
- "rgblight": {
- "pin": "D3",
- "sleep": true,
- "led_count": 12,
- "split_count": [6, 6],
- "max_brightness": 150,
- "animations": {
- "alternating": true,
- "breathing": true,
- "christmas": true,
- "knight": true,
- "rainbow_mood": true,
- "rainbow_swirl": true,
- "rgb_test": true,
- "snake": true,
- "static_gradient": true,
- "twinkle": true
- }
- }
-}