Skip to content

Commit 4cab41f

Browse files
committed
kconfig: update defaults
1 parent 4e07149 commit 4cab41f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/Kconfig.projbuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,17 @@ config ENABLE_VFX
154154

155155
choice VFX_OUTPUT
156156
prompt "VFX Output Device"
157-
default VFX_OUTPUT_ST7789
157+
default VFX_OUTPUT_CUBE0414
158158
depends on ENABLE_VFX
159159
help
160160
Select which device to output VFX.
161161

162-
config VFX_OUTPUT_CUBE0414
163-
bool "CUBE0414 8x8x8 Music Light Cube"
164162
config VFX_OUTPUT_ST7735
165163
bool "ST7735 80x160 LCD Panel"
166164
config VFX_OUTPUT_ST7789
167165
bool "ST7789 135x240 LCD Panel"
166+
config VFX_OUTPUT_CUBE0414
167+
bool "CUBE0414 8x8x8 Music Light Cube"
168168
endchoice
169169

170170
choice BT_AUDIO_FFT_CHANNEL

0 commit comments

Comments
 (0)