From 86231970862f96de63e1202388d2ea267b3a2649 Mon Sep 17 00:00:00 2001 From: spitzbirne32 <35915366+spitzbirne32@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:25:17 +0100 Subject: [PATCH] Fix neopixel pins to correct MCU name --- H36_combo_template.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/H36_combo_template.cfg b/H36_combo_template.cfg index 8db318a..0af3a67 100644 --- a/H36_combo_template.cfg +++ b/H36_combo_template.cfg @@ -193,7 +193,7 @@ voltage_offset: 0 ##################################################################### [neopixel sb_leds] -pin: sb_can_th: PA10 #IO.3/RGB0 +pin: H36_combo: PA10 #IO.3/RGB0 chain_count: 10 color_order: GRB, GRB, GRB, GRB, GRB, GRB, GRB, GRB, GRBW, GRBW initial_RED: 0.5 @@ -202,10 +202,10 @@ initial_BLUE: 0.5 initial_WHITE: 0.5 [neopixel ext_leds] -pin: sb_can_th: PB1 #IO.4/RGB1 +pin: H36_combo: PB1 #IO.4/RGB1 chain_count: 1 color_order: GRB initial_RED: 0.5 initial_GREEN: 0.5 initial_BLUE: 0.5 -initial_WHITE: 0.5 \ No newline at end of file +initial_WHITE: 0.5