summaryrefslogtreecommitdiffstats
path: root/keyboards/ploopyco/trackball_thumb/rev1_001/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ploopyco/trackball_thumb/rev1_001/info.json')
-rw-r--r--keyboards/ploopyco/trackball_thumb/rev1_001/info.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/ploopyco/trackball_thumb/rev1_001/info.json b/keyboards/ploopyco/trackball_thumb/rev1_001/info.json
index 80951b5b2d..db12ee6217 100644
--- a/keyboards/ploopyco/trackball_thumb/rev1_001/info.json
+++ b/keyboards/ploopyco/trackball_thumb/rev1_001/info.json
@@ -4,17 +4,20 @@
},
"diode_direction": "COL2ROW",
"matrix_pins": {
- "direct": [ [ "D5", "B6", "D4", "D2", "E6", "D7" ] ]
+ "direct": [
+ ["D5", "B6", "D4", "D2", "E6", "D7"]
+ ]
},
"rgblight": {
"led_count": 3,
- "pin": "B5",
"max_brightness": 40,
"animations": {
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true
}
+ },
+ "ws2812": {
+ "pin": "B5"
}
-
}