66 lines
1.4 KiB
INI
66 lines
1.4 KiB
INI
# To flash
|
|
# [*] Enable extra low level configuration options
|
|
# Micro-controller Architecture (Raspberry Pi RP2040] --->
|
|
# Flash chip (Generic_03H with CLKDIV 4) --->
|
|
# Communiccation interface (USB) --->
|
|
# USB ids --->
|
|
# () GPIO pins to set at micro-controller startup
|
|
|
|
|
|
# Klipper config for RGBee
|
|
|
|
[mcu rgbee]
|
|
serial: /dev/serial/by-id/usb-Klipper_SERIAL_ID_GOES_HERE
|
|
restart_method: command
|
|
|
|
[board_pins rgbee]
|
|
mcu: rgbee
|
|
aliases:
|
|
N1=gpio0,
|
|
N2=gpio1,
|
|
N3=gpio2,
|
|
N4=gpio3,
|
|
N5=gpio4,
|
|
N6=gpio5,
|
|
N7=gpio6,
|
|
N8=gpio7,
|
|
LED=gpio16
|
|
|
|
[neopixel my_neopixel1]
|
|
pin: rgbee:N1
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel2]
|
|
pin: rgbee:N2
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel3]
|
|
pin: rgbee:N3
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel4]
|
|
pin: rgbee:N4
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel5]
|
|
pin: rgbee:N5
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel6]
|
|
pin: rgbee:N6
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel7]
|
|
pin: rgbee:N7
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel my_neopixel8]
|
|
pin: rgbee:N8
|
|
# See the "led" section for information on these parameters.
|
|
|
|
[neopixel rgbee]
|
|
pin: rgbee:LED
|
|
color_order: RGB
|
|
initial_RED: 1.0
|
|
initial_GREEN: 0.0
|
|
initial_BLUE: 1.0
|