From f1438b6b9304d42de2771d0b75a05603999acc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=E1=BA=AFn?= Date: Wed, 27 Mar 2024 15:52:40 +0700 Subject: [PATCH] reduce some code --- keyboards/asmodus/plaquead/plaqueadrgb/config.h | 6 ------ keyboards/asmodus/plaquead/plaqueadrgb/info.json | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) 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,