We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364bcd9 commit 829546fCopy full SHA for 829546f
variants/makergo_c6_supermini/pins_arduino.h
@@ -42,13 +42,6 @@ static const uint8_t RGB_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
42
#define RGB_BRIGHTNESS 32 // default brightness level (0-255)
43
44
// Define the color order for the built-in RGB LED
45
-// Possible values:
46
-// LED_COLOR_ORDER_RGB
47
-// LED_COLOR_ORDER_BGR
48
-// LED_COLOR_ORDER_BRG
49
-// LED_COLOR_ORDER_RBG
50
-// LED_COLOR_ORDER_GBR
51
-// LED_COLOR_ORDER_GRB
52
#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_GRB // default WS2812B color order
53
54
// Define the built-in LED pin (blue LED)
0 commit comments