mirror of https://github.com/zmkfirmware/zmk.git
fix: Remove usage of renamed Kconfig from core coverage.
Avoid using WS2812_LED_STRIP, since that Kconfig was renamed/split into SPI/GPIO/I2S symbols.
This commit is contained in:
parent
237cd77cc3
commit
6d22d3058f
|
|
@ -35,7 +35,7 @@ include:
|
||||||
nickname: "display"
|
nickname: "display"
|
||||||
- board: nice_nano
|
- board: nice_nano
|
||||||
shield: romac_plus
|
shield: romac_plus
|
||||||
cmake-args: "-DCONFIG_ZMK_RGB_UNDERGLOW=y -DCONFIG_WS2812_STRIP=y"
|
cmake-args: "-DCONFIG_ZMK_RGB_UNDERGLOW=y"
|
||||||
nickname: "underglow"
|
nickname: "underglow"
|
||||||
- board: nice_nano
|
- board: nice_nano
|
||||||
shield: lily58_left nice_view_adapter nice_view
|
shield: lily58_left nice_view_adapter nice_view
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue