aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/protocol/arm_atsam/led_matrix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/arm_atsam/led_matrix.c b/tmk_core/protocol/arm_atsam/led_matrix.c
index ea067a743..42dfccbc5 100644
--- a/tmk_core/protocol/arm_atsam/led_matrix.c
+++ b/tmk_core/protocol/arm_atsam/led_matrix.c
@@ -27,8 +27,6 @@ led_instruction_t led_instructions[] = { { .end = 1 } };
27static void led_matrix_massdrop_config_override(int i); 27static void led_matrix_massdrop_config_override(int i);
28#endif // USE_MASSDROP_CONFIGURATOR 28#endif // USE_MASSDROP_CONFIGURATOR
29 29
30extern rgb_config_t rgb_matrix_config;
31extern rgb_counters_t g_rgb_counters;
32 30
33void SERCOM1_0_Handler( void ) 31void SERCOM1_0_Handler( void )
34{ 32{
@@ -431,7 +429,6 @@ static void led_run_pattern(led_setup_t *f, float* ro, float* go, float* bo, flo
431 } 429 }
432} 430}
433 431
434extern led_config_t g_led_config;
435static void led_matrix_massdrop_config_override(int i) 432static void led_matrix_massdrop_config_override(int i)
436{ 433{
437 float ro = 0; 434 float ro = 0;