From 49581d04f1e9f062750b0e577671b2df9f82f95b Mon Sep 17 00:00:00 2001 From: Maria <81305596+toril940@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:56:47 +0100 Subject: [PATCH 1/2] Update keyboards/mariorion_v25/prod/config.h Co-authored-by: Ryan --- keyboards/mariorion_v25/prod/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/keyboards/mariorion_v25/prod/config.h b/keyboards/mariorion_v25/prod/config.h index cdcbf89525f..dcf0a7f71ea 100644 --- a/keyboards/mariorion_v25/prod/config.h +++ b/keyboards/mariorion_v25/prod/config.h @@ -39,9 +39,6 @@ #define WS2812_DMA_CHANNEL 1 // #define WS2812_DMAMUX_ID STM32_DMAMUX1_TIM17_UP -#define CAPS_LOCK_LED A6 -#define SCROLL_LOCK_LED A15 - #define INDICATOR_0 C9 #define INDICATOR_1 C8 #define INDICATOR_2 C7 \ No newline at end of file From 90af3dad585659ece41da084442a2a86cc0597e8 Mon Sep 17 00:00:00 2001 From: Maria <81305596+toril940@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:56:57 +0100 Subject: [PATCH 2/2] Update keyboards/mariorion_v25/prod/mariorion_v25.c Co-authored-by: Ryan --- keyboards/mariorion_v25/prod/mariorion_v25.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/keyboards/mariorion_v25/prod/mariorion_v25.c b/keyboards/mariorion_v25/prod/mariorion_v25.c index 56f5c95d023..e2eb6c096cd 100644 --- a/keyboards/mariorion_v25/prod/mariorion_v25.c +++ b/keyboards/mariorion_v25/prod/mariorion_v25.c @@ -29,14 +29,6 @@ void matrix_init_kb(void) { matrix_init_user(); } -__attribute__((weak)) bool led_update_kb(led_t led_state) { - if(led_update_user(led_state)) { - writePin(CAPS_LOCK_LED, !led_state.caps_lock); - writePin(SCROLL_LOCK_LED, !led_state.num_lock); - } - return true; -} - __attribute__((weak)) layer_state_t layer_state_set_user(layer_state_t state) { switch (get_highest_layer(state)) { case 1: