Change default rgb config to rgb matrix for rev1
This commit is contained in:
parent
a6f63b9565
commit
079d14cce5
@ -6,6 +6,5 @@
|
||||
// #define EE_HANDS
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define RGB_MATRIX_LED_COUNT 54
|
||||
# define SPLIT_TRANSPORT_MIRROR
|
||||
#endif
|
||||
@ -14,8 +14,8 @@
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"rgblight": true,
|
||||
"rgb_matrix": false
|
||||
"rgblight": false,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
@ -164,6 +164,51 @@
|
||||
"driver": "ws2812",
|
||||
"max_brightness": 50,
|
||||
"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": [
|
||||
{"x": 85, "y": 16, "flags": 2},
|
||||
{"x": 50, "y": 13, "flags": 2},
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
{
|
||||
"name": "Crkbd",
|
||||
"name": "Corne",
|
||||
"vendorId": "0x4653",
|
||||
"productId": "0x0001",
|
||||
"lighting": {
|
||||
"extends": "qmk_rgblight"
|
||||
},
|
||||
"matrix": { "rows": 8, "cols": 6 },
|
||||
"matrix": {"rows": 8, "cols": 6},
|
||||
"menus": ["qmk_rgb_matrix"],
|
||||
"layouts": {
|
||||
"keymap": [
|
||||
[{"y":1,"x":3.5},"0,3",{"x":7.5},"4,3"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user