From 079d14cce517fe4c6c5f2ff1b277ebe7839d510c Mon Sep 17 00:00:00 2001 From: foostan Date: Thu, 1 Feb 2024 02:16:11 +0900 Subject: [PATCH] Change default rgb config to rgb matrix for rev1 --- .../crkbd/qmk/qmk_firmware/rev1/config.h | 1 - .../crkbd/qmk/qmk_firmware/rev1/info.json | 49 ++++++++++++++++++- keyboards/crkbd/the-via/crkbd.json | 8 ++- 3 files changed, 50 insertions(+), 8 deletions(-) diff --git a/keyboards/crkbd/qmk/qmk_firmware/rev1/config.h b/keyboards/crkbd/qmk/qmk_firmware/rev1/config.h index 529b2081..43d7347e 100644 --- a/keyboards/crkbd/qmk/qmk_firmware/rev1/config.h +++ b/keyboards/crkbd/qmk/qmk_firmware/rev1/config.h @@ -6,6 +6,5 @@ // #define EE_HANDS #ifdef RGB_MATRIX_ENABLE -# define RGB_MATRIX_LED_COUNT 54 # define SPLIT_TRANSPORT_MIRROR #endif \ No newline at end of file diff --git a/keyboards/crkbd/qmk/qmk_firmware/rev1/info.json b/keyboards/crkbd/qmk/qmk_firmware/rev1/info.json index 9ab28546..05bb5f39 100644 --- a/keyboards/crkbd/qmk/qmk_firmware/rev1/info.json +++ b/keyboards/crkbd/qmk/qmk_firmware/rev1/info.json @@ -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}, diff --git a/keyboards/crkbd/the-via/crkbd.json b/keyboards/crkbd/the-via/crkbd.json index 37f33cdf..0ac96e47 100644 --- a/keyboards/crkbd/the-via/crkbd.json +++ b/keyboards/crkbd/the-via/crkbd.json @@ -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"],