Merge branch 'dd-config-bt-playground' of https://github.com/adophoxia/qmk_firmware into dd-config-bt-playground
This commit is contained in:
commit
b169ae5120
8 changed files with 17 additions and 18 deletions
|
|
@ -1,31 +1,35 @@
|
|||
{
|
||||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x02A1",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"features": {
|
||||
"led_matrix": true
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"led_matrix": {
|
||||
"rgb_matrix": {
|
||||
"driver": "CKLED2001",
|
||||
"animations": {
|
||||
"none": true,
|
||||
"solid": true,
|
||||
"breathing": true,
|
||||
"band_pinwheel": true,
|
||||
"band_spiral": true,
|
||||
"band_spiral_val": true,
|
||||
"cycle_all": true,
|
||||
"cycle_left_right": true,
|
||||
"cycle_up_down": true,
|
||||
"rainbow_moving_chevron": true,
|
||||
"cycle_out_in": true,
|
||||
"cycle_out_in_dual": true,
|
||||
"cycle_pinwheel": true,
|
||||
"cycle_spiral": 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_multiwide": true,
|
||||
"solid_reactive_multinexus": true,
|
||||
"solid_splash": true,
|
||||
"wave_left_right": true,
|
||||
"wave_up_down": true,
|
||||
"effect_max": true
|
||||
"splash": true,
|
||||
"solid_splash": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x02A4",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x02D0",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x02D3",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
{"matrix":[3,15], "x":15, "y":3},
|
||||
|
||||
{"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, 3], "x":3.25, "y":4},
|
||||
{"matrix":[4, 4], "x":4.25, "y":4},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x0250",
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x0253",
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@
|
|||
{"matrix":[2,14], "x":15, "y":3, "w":2.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, 3], "x":3.25, "y":4},
|
||||
{"matrix":[3, 4], "x":4.25, "y":4},
|
||||
|
|
|
|||
Loading…
Reference in a new issue