diff --git a/keyboards/handwired/replicazeron/config.h b/keyboards/handwired/replicazeron/config.h index 027b4406c04..0c20f1d4b9b 100644 --- a/keyboards/handwired/replicazeron/config.h +++ b/keyboards/handwired/replicazeron/config.h @@ -29,12 +29,3 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -/* RGB Config */ -#define RGBLED_NUM 6 -#define RGBLIGHT_EFFECT_BREATHING -#define RGBLIGHT_EFFECT_KNIGHT -#define RGBLIGHT_EFFECT_RAINBOW_MOOD -#define RGBLIGHT_EFFECT_RAINBOW_SWIRL -#define RGBLIGHT_EFFECT_RGB_TEST -#define RGBLIGHT_EFFECT_TWINKLE diff --git a/keyboards/handwired/replicazeron/stm32f103/config.h b/keyboards/handwired/replicazeron/stm32f103/config.h index f042b78ec21..1efc89d080e 100644 --- a/keyboards/handwired/replicazeron/stm32f103/config.h +++ b/keyboards/handwired/replicazeron/stm32f103/config.h @@ -27,4 +27,3 @@ #define ANALOG_AXIS_PIN_X B0 #define ANALOG_AXIS_PIN_Y B1 -#define WS2812_DI_PIN B14 diff --git a/keyboards/handwired/replicazeron/stm32f103/info.json b/keyboards/handwired/replicazeron/stm32f103/info.json index bb3f46d186a..ec91fd000dc 100644 --- a/keyboards/handwired/replicazeron/stm32f103/info.json +++ b/keyboards/handwired/replicazeron/stm32f103/info.json @@ -1,10 +1,32 @@ { - "usb": { - "device_version": "0.0.2" + "development_board": "bluepill", + "features": { + "bootmagic": true, + "console": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgblight": true }, "matrix_pins": { "cols": ["A7", "A6", "A5", "A4", "B4"], "rows": ["B15", "A8", "A9", "A10", "A15", "B3"] }, - "development_board": "bluepill", + "rgblight": { + "led_count": 6 + "animations": { + "breathing": true, + "knight": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "rgb_test": true, + "twinkle": true + } + }, + "usb": { + "device_version": "0.0.2" + }, + "ws2812": { + "pin": "B14" + } } diff --git a/keyboards/handwired/replicazeron/stm32f103/rules.mk b/keyboards/handwired/replicazeron/stm32f103/rules.mk index 0f708a204b4..37e58743086 100644 --- a/keyboards/handwired/replicazeron/stm32f103/rules.mk +++ b/keyboards/handwired/replicazeron/stm32f103/rules.mk @@ -1,6 +1 @@ -BOOTMAGIC_ENABLE = yes -CONSOLE_ENABLE = yes -EXTRAKEY_ENABLE = yes -MOUSEKEY_ENABLE = yes -NKRO_ENABLE = yes -RGBLIGHT_ENABLE = yes +# This file intentionally left blank