Change default rgb config to rgb matrix for rev1

This commit is contained in:
foostan 2024-02-01 02:16:11 +09:00
parent a6f63b9565
commit 079d14cce5
No known key found for this signature in database
GPG Key ID: 5717998CB8742205
3 changed files with 50 additions and 8 deletions

View File

@ -6,6 +6,5 @@
// #define EE_HANDS // #define EE_HANDS
#ifdef RGB_MATRIX_ENABLE #ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 54
# define SPLIT_TRANSPORT_MIRROR # define SPLIT_TRANSPORT_MIRROR
#endif #endif

View File

@ -14,8 +14,8 @@
"extrakey": true, "extrakey": true,
"nkro": true, "nkro": true,
"oled": true, "oled": true,
"rgblight": true, "rgblight": false,
"rgb_matrix": false "rgb_matrix": true
}, },
"build": { "build": {
"lto": true "lto": true
@ -164,6 +164,51 @@
"driver": "ws2812", "driver": "ws2812",
"max_brightness": 50, "max_brightness": 50,
"split_count": [27, 27], "split_count": [27, 27],
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
"gradient_left_right": true,
"breathing": true,
"band_sat": true,
"band_val": true,
"band_pinwheel_sat": true,
"band_pinwheel_val": true,
"band_spiral_sat": 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,
"rainbow_pinwheels": true,
"raindrops": true,
"jellybean_raindrops": true,
"hue_breathing": true,
"hue_pendulum": true,
"hue_wave": true,
"pixel_fractal": false,
"pixel_flow": false,
"pixel_rain": false,
"typing_heatmap": false,
"digital_rain": false,
"solid_reactive_simple": true,
"solid_reactive": true,
"solid_reactive_wide": true,
"solid_reactive_multiwide": true,
"solid_reactive_cross": true,
"solid_reactive_multicross": true,
"solid_reactive_nexus": true,
"solid_reactive_multinexus": true,
"splash": true,
"multisplash": true,
"solid_splash": true,
"solid_multisplash": true
},
"layout": [ "layout": [
{"x": 85, "y": 16, "flags": 2}, {"x": 85, "y": 16, "flags": 2},
{"x": 50, "y": 13, "flags": 2}, {"x": 50, "y": 13, "flags": 2},

View File

@ -1,11 +1,9 @@
{ {
"name": "Crkbd", "name": "Corne",
"vendorId": "0x4653", "vendorId": "0x4653",
"productId": "0x0001", "productId": "0x0001",
"lighting": { "matrix": {"rows": 8, "cols": 6},
"extends": "qmk_rgblight" "menus": ["qmk_rgb_matrix"],
},
"matrix": { "rows": 8, "cols": 6 },
"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"],