From 87a32ec1481547f87024521dcfb14fed222cbf28 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 5 Aug 2022 12:48:24 +0200 Subject: [PATCH] neopixel: swap leds --- neopixel.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neopixel.cfg b/neopixel.cfg index 693a230..cc87245 100644 --- a/neopixel.cfg +++ b/neopixel.cfg @@ -3,14 +3,15 @@ ##################################################################### [neopixel caselight] -pin: PB0 +pin: PB6 # Octopus BL_Touch chain_count: 44 initial_RED: 0.6 initial_GREEN: 0.5 initial_BLUE: 0.4 [neopixel toolhead] -pin: PB6 # Octopus BL_Touch +# pin: PB6 # Octopus BL_Touch +pin: PB0 # Octopus LED chain_count: 3 color_order: GRBW initial_RED: 0.3