summaryrefslogtreecommitdiffstats
path: root/keyboards/churrosoft/deck8/rgb/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-06-03 20:38:54 +0000
committerQMK Bot <hello@qmk.fm>2023-06-03 20:38:54 +0000
commita3c58ba56707d14c49bea9cbca6b3b01ac73630b (patch)
tree7ed5081b2a4614191f368b2ca2e99f49fa0a4414 /keyboards/churrosoft/deck8/rgb/info.json
parent7d676f1aa655a2f238e3831683770a1d8550ef51 (diff)
parentf6bbd4d2c5554b93351977933cea396db9456689 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/churrosoft/deck8/rgb/info.json')
-rw-r--r--keyboards/churrosoft/deck8/rgb/info.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/churrosoft/deck8/rgb/info.json b/keyboards/churrosoft/deck8/rgb/info.json
new file mode 100644
index 0000000000..43f273be58
--- /dev/null
+++ b/keyboards/churrosoft/deck8/rgb/info.json
@@ -0,0 +1,27 @@
+{
+ "keyboard_name": "Deck-8 RGB",
+ "usb": {
+ "pid": "0xC101"
+ },
+ "ws2812": {
+ "pin": "GP17",
+ "driver": "vendor"
+ },
+ "features": {
+ "rgb_matrix": true
+ },
+ "rgb_matrix": {
+ "driver": "WS2812",
+ "max_brightness": 200,
+ "layout": [
+ {"flags": 4, "matrix": [0, 0], "x": 45, "y": 21},
+ {"flags": 4, "matrix": [0, 1], "x": 90, "y": 21},
+ {"flags": 4, "matrix": [0, 2], "x": 135, "y": 21},
+ {"flags": 4, "matrix": [0, 3], "x": 180, "y": 21},
+ {"flags": 4, "matrix": [1, 0], "x": 45, "y": 42},
+ {"flags": 4, "matrix": [1, 1], "x": 90, "y": 42},
+ {"flags": 4, "matrix": [1, 2], "x": 135, "y": 42},
+ {"flags": 4, "matrix": [1, 3], "x": 180, "y": 42}
+ ]
+ }
+} \ No newline at end of file