neopixel: swap leds
This commit is contained in:
parent
a41585f884
commit
87a32ec148
1 changed files with 3 additions and 2 deletions
|
@ -3,14 +3,15 @@
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
[neopixel caselight]
|
[neopixel caselight]
|
||||||
pin: PB0
|
pin: PB6 # Octopus BL_Touch
|
||||||
chain_count: 44
|
chain_count: 44
|
||||||
initial_RED: 0.6
|
initial_RED: 0.6
|
||||||
initial_GREEN: 0.5
|
initial_GREEN: 0.5
|
||||||
initial_BLUE: 0.4
|
initial_BLUE: 0.4
|
||||||
|
|
||||||
[neopixel toolhead]
|
[neopixel toolhead]
|
||||||
pin: PB6 # Octopus BL_Touch
|
# pin: PB6 # Octopus BL_Touch
|
||||||
|
pin: PB0 # Octopus LED
|
||||||
chain_count: 3
|
chain_count: 3
|
||||||
color_order: GRBW
|
color_order: GRBW
|
||||||
initial_RED: 0.3
|
initial_RED: 0.3
|
||||||
|
|
Loading…
Reference in a new issue