Fix default rgb mode to rgblight for for rev1

This commit is contained in:
foostan 2024-02-03 01:48:40 +09:00
parent 89f99c838c
commit 53cdd5470f
No known key found for this signature in database
GPG Key ID: 5717998CB8742205
2 changed files with 41 additions and 41 deletions

View File

@ -14,8 +14,8 @@
"extrakey": true, "extrakey": true,
"nkro": true, "nkro": true,
"oled": true, "oled": true,
"rgblight": false, "rgblight": true,
"rgb_matrix": true "rgb_matrix": false
}, },
"build": { "build": {
"lto": true "lto": true
@ -165,49 +165,49 @@
"max_brightness": 50, "max_brightness": 50,
"split_count": [27, 27], "split_count": [27, 27],
"animations": { "animations": {
"alphas_mods": true, "alphas_mods": false,
"gradient_up_down": true, "gradient_up_down": false,
"gradient_left_right": true, "gradient_left_right": false,
"breathing": true, "breathing": false,
"band_sat": true, "band_sat": false,
"band_val": true, "band_val": false,
"band_pinwheel_sat": true, "band_pinwheel_sat": false,
"band_pinwheel_val": true, "band_pinwheel_val": false,
"band_spiral_sat": true, "band_spiral_sat": false,
"band_spiral_val": true, "band_spiral_val": false,
"cycle_all": true, "cycle_all": false,
"cycle_left_right": true, "cycle_left_right": false,
"cycle_up_down": true, "cycle_up_down": false,
"rainbow_moving_chevron": true, "rainbow_moving_chevron": false,
"cycle_out_in": true, "cycle_out_in": false,
"cycle_out_in_dual": true, "cycle_out_in_dual": false,
"cycle_pinwheel": true, "cycle_pinwheel": false,
"cycle_spiral": true, "cycle_spiral": false,
"dual_beacon": true, "dual_beacon": false,
"rainbow_beacon": true, "rainbow_beacon": false,
"rainbow_pinwheels": true, "rainbow_pinwheels": false,
"raindrops": true, "raindrops": false,
"jellybean_raindrops": true, "jellybean_raindrops": false,
"hue_breathing": true, "hue_breathing": false,
"hue_pendulum": true, "hue_pendulum": false,
"hue_wave": true, "hue_wave": false,
"pixel_fractal": false, "pixel_fractal": false,
"pixel_flow": false, "pixel_flow": false,
"pixel_rain": false, "pixel_rain": false,
"typing_heatmap": false, "typing_heatmap": false,
"digital_rain": false, "digital_rain": false,
"solid_reactive_simple": true, "solid_reactive_simple": false,
"solid_reactive": true, "solid_reactive": false,
"solid_reactive_wide": true, "solid_reactive_wide": false,
"solid_reactive_multiwide": true, "solid_reactive_multiwide": false,
"solid_reactive_cross": true, "solid_reactive_cross": false,
"solid_reactive_multicross": true, "solid_reactive_multicross": false,
"solid_reactive_nexus": true, "solid_reactive_nexus": false,
"solid_reactive_multinexus": true, "solid_reactive_multinexus": false,
"splash": true, "splash": false,
"multisplash": true, "multisplash": false,
"solid_splash": true, "solid_splash": false,
"solid_multisplash": true "solid_multisplash": false
}, },
"layout": [ "layout": [
{"x": 85, "y": 16, "flags": 2}, {"x": 85, "y": 16, "flags": 2},

View File

@ -3,7 +3,7 @@
"vendorId": "0x4653", "vendorId": "0x4653",
"productId": "0x0001", "productId": "0x0001",
"matrix": {"rows": 8, "cols": 6}, "matrix": {"rows": 8, "cols": 6},
"menus": ["qmk_rgb_matrix"], "menus": ["qmk_rgblight"],
"layouts": { "layouts": {
"keymap": [ "keymap": [
[{"y":1,"x":3.5},"0,3",{"x":7.5},"4,3"], [{"y":1,"x":3.5},"0,3",{"x":7.5},"4,3"],