diff --git a/keyboards/asmodus/plaquead/plaqueadrgb/config.h b/keyboards/asmodus/plaquead/plaqueadrgb/config.h index 7ab110d72ab..180e14831f8 100644 --- a/keyboards/asmodus/plaquead/plaqueadrgb/config.h +++ b/keyboards/asmodus/plaquead/plaqueadrgb/config.h @@ -14,18 +14,12 @@ along with this program. If not, see . #pragma once -#define DYNAMIC_KEYMAP_LAYER_COUNT 6 - #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U #define RP2040_FLASH_GENERIC_03H #ifdef RGB_MATRIX_ENABLE -#define RGB_MATRIX_CENTER { 127, 32 } -#define DRIVER_LED_TOTAL 134 -#define RGB_MATRIX_LED_COUNT 134 - #define CAPS_LOCK_LED_INDEX 54 #define SCROLL_LOCK_LED_INDEX 1 #endif \ No newline at end of file diff --git a/keyboards/asmodus/plaquead/plaqueadrgb/info.json b/keyboards/asmodus/plaquead/plaqueadrgb/info.json index c9948e93e13..c24d5a3d735 100644 --- a/keyboards/asmodus/plaquead/plaqueadrgb/info.json +++ b/keyboards/asmodus/plaquead/plaqueadrgb/info.json @@ -29,6 +29,7 @@ "layer_count": 6 }, "rgb_matrix": { + "center_point": [127, 32], "animations": { "alphas_mods": true, "gradient_up_down": true,