Merge branch 'dd-config-bt-playground' of https://github.com/adophoxia/qmk_firmware into dd-config-bt-playground

This commit is contained in:
Adophoxia 2023-05-26 11:43:02 -07:00
commit b169ae5120
8 changed files with 17 additions and 18 deletions

View file

@ -1,31 +1,35 @@
{ {
"usb": { "usb": {
"vid": "0x3434",
"pid": "0x02A1", "pid": "0x02A1",
"device_version": "1.0.0" "device_version": "1.0.0"
}, },
"features": { "features": {
"led_matrix": true "rgb_matrix": true
}, },
"led_matrix": { "rgb_matrix": {
"driver": "CKLED2001", "driver": "CKLED2001",
"animations": { "animations": {
"none": true,
"solid": true,
"breathing": true, "breathing": true,
"band_pinwheel": true, "band_spiral_val": true,
"band_spiral": true, "cycle_all": true,
"cycle_left_right": true, "cycle_left_right": true,
"cycle_up_down": true, "cycle_up_down": true,
"rainbow_moving_chevron": true,
"cycle_out_in": true, "cycle_out_in": true,
"cycle_out_in_dual": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"dual_beacon": true, "dual_beacon": true,
"rainbow_beacon": true,
"jellybean_raindrops": true,
"pixel_rain": true,
"typing_heatmap": true,
"digital_rain": true,
"solid_reactive_simple": true, "solid_reactive_simple": true,
"solid_reactive_multiwide": true, "solid_reactive_multiwide": true,
"solid_reactive_multinexus": true, "solid_reactive_multinexus": true,
"solid_splash": true, "splash": true,
"wave_left_right": true, "solid_splash": true
"wave_up_down": true,
"effect_max": true
} }
} }
} }

View file

@ -1,6 +1,5 @@
{ {
"usb": { "usb": {
"vid": "0x3434",
"pid": "0x02A4", "pid": "0x02A4",
"device_version": "1.0.0" "device_version": "1.0.0"
}, },

View file

@ -1,6 +1,5 @@
{ {
"usb": { "usb": {
"vid": "0x3434",
"pid": "0x02D0", "pid": "0x02D0",
"device_version": "1.0.0" "device_version": "1.0.0"
}, },

View file

@ -1,6 +1,5 @@
{ {
"usb": { "usb": {
"vid": "0x3434",
"pid": "0x02D3", "pid": "0x02D3",
"device_version": "1.0.0" "device_version": "1.0.0"
}, },

View file

@ -187,7 +187,7 @@
{"matrix":[3,15], "x":15, "y":3}, {"matrix":[3,15], "x":15, "y":3},
{"matrix":[4, 0], "x":0, "y":4, "w":1.25}, {"matrix":[4, 0], "x":0, "y":4, "w":1.25},
{"matrix":[4, 1], "x":1.25, "y":4}, {"matrix":[4, 1], "x":1.25, "y":4},
{"matrix":[4, 2], "x":2.25, "y":4}, {"matrix":[4, 2], "x":2.25, "y":4},
{"matrix":[4, 3], "x":3.25, "y":4}, {"matrix":[4, 3], "x":3.25, "y":4},
{"matrix":[4, 4], "x":4.25, "y":4}, {"matrix":[4, 4], "x":4.25, "y":4},

View file

@ -1,6 +1,5 @@
{ {
"usb": { "usb": {
"vid": "0x3434",
"pid": "0x0250", "pid": "0x0250",
"device_version": "1.0.1" "device_version": "1.0.1"
}, },

View file

@ -1,6 +1,5 @@
{ {
"usb": { "usb": {
"vid": "0x3434",
"pid": "0x0253", "pid": "0x0253",
"device_version": "1.0.1" "device_version": "1.0.1"
}, },

View file

@ -153,7 +153,7 @@
{"matrix":[2,14], "x":15, "y":3, "w":2.25}, {"matrix":[2,14], "x":15, "y":3, "w":2.25},
{"matrix":[3, 0], "x":0, "y":4, "w":1.25}, {"matrix":[3, 0], "x":0, "y":4, "w":1.25},
{"matrix":[3, 1], "x":1.25, "y":4}, {"matrix":[3, 1], "x":1.25, "y":4},
{"matrix":[3, 2], "x":2.25, "y":4}, {"matrix":[3, 2], "x":2.25, "y":4},
{"matrix":[3, 3], "x":3.25, "y":4}, {"matrix":[3, 3], "x":3.25, "y":4},
{"matrix":[3, 4], "x":4.25, "y":4}, {"matrix":[3, 4], "x":4.25, "y":4},