mirror of https://github.com/zmkfirmware/zmk.git
fix(underglow): Remove use of removed Kconfig WS2812 symbol
This commit is contained in:
parent
06bf68235f
commit
96758d6dec
|
|
@ -32,7 +32,6 @@ CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
|||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM=y
|
||||
|
||||
#RGB leds config
|
||||
CONFIG_WS2812_STRIP=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
|||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM=y
|
||||
|
||||
#RGB leds config
|
||||
CONFIG_WS2812_STRIP=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
|
||||
|
|
|
|||
|
|
@ -32,8 +32,6 @@ CONFIG_ZMK_RGB_UNDERGLOW=y
|
|||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=262
|
||||
CONFIG_WS2812_STRIP=y
|
||||
CONFIG_SPI=y
|
||||
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
||||
|
|
|
|||
|
|
@ -32,10 +32,8 @@ CONFIG_ZMK_RGB_UNDERGLOW=y
|
|||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=262
|
||||
CONFIG_WS2812_STRIP=y
|
||||
CONFIG_SPI=y
|
||||
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
||||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
|
|
|||
|
|
@ -32,10 +32,8 @@ CONFIG_ZMK_RGB_UNDERGLOW=y
|
|||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=262
|
||||
CONFIG_WS2812_STRIP=y
|
||||
CONFIG_SPI=y
|
||||
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
||||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
|
|
|||
|
|
@ -52,14 +52,4 @@ config LED_PWM
|
|||
|
||||
endif # ZMK_BACKLIGHT
|
||||
|
||||
if ZMK_RGB_UNDERGLOW
|
||||
|
||||
config SPI
|
||||
default y
|
||||
|
||||
config WS2812_STRIP
|
||||
default y
|
||||
|
||||
endif # ZMK_RGB_UNDERGLOW
|
||||
|
||||
endif # BOARD_GLOVE80_LH || BOARD_GLOVE80_RH
|
||||
|
|
|
|||
|
|
@ -11,8 +11,4 @@ config BOARD
|
|||
config ZMK_KEYBOARD_NAME
|
||||
default "BDN9 Rev2"
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
select SPI
|
||||
select WS2812_STRIP
|
||||
|
||||
endif # BOARD_BDN9
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ CONFIG_FLASH_PAGE_LAYOUT=y
|
|||
CONFIG_FLASH_MAP=y
|
||||
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
#CONFIG_WS2812_STRIP=y
|
||||
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=160
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
# Uncomment the following lines to enable the Corne RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to enable the Corne OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Uncomment the following lines to enable the Elephant42 RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to enable the Elephant42 OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@
|
|||
|
||||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@
|
|||
|
||||
# Enables RGB functionality (Uncomment lines below to enable.)
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
# Uncomment the following lines to enable the Jorne RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to enable the Jorne OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@
|
|||
|
||||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@
|
|||
|
||||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@
|
|||
|
||||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@
|
|||
# Uncomment the following line to enable per-key lighting
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Keep OLED or nice!view Displays on even when toggling off LEDs
|
||||
# Change to y if you wish to toggle Displays on and off with LEDs
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
|
|
@ -40,4 +37,4 @@
|
|||
|
||||
# Uncomment if you are experiencing connectivity issues; this
|
||||
# configuration item boosts the BLE transmit power.
|
||||
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@
|
|||
# Uncomment the following line to enable per-key lighting
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Keep OLED or nice!view Displays on even when toggling off LEDs
|
||||
# Change to y if you wish to toggle Displays on and off with LEDs
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
|
|
@ -35,4 +32,4 @@
|
|||
|
||||
# Uncomment these two lines to add support for encoders
|
||||
# CONFIG_EC11=y
|
||||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Uncomment the following lines to enable the Microdox RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to enable the Microdox OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Uncomment the following lines to enable the Microdox RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to enable the Microdox OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|||
# Uncomment both to enable underglow
|
||||
# Note that this will only work if an implementation exists for your board; check under the shield folder for board-specific overlays.
|
||||
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
#CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ If you built your nibble without the LEDs _and_ are using a nice!nano board, you
|
|||
|
||||
```
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=n
|
||||
CONFIG_WS2812_STRIP=n
|
||||
```
|
||||
|
||||
## Encoder Notes
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
# Enable underglow
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
CONFIG_WS2812_STRIP=y
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
# Uncomment the following lines to enable the Redox RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -4,4 +4,3 @@
|
|||
|
||||
# Uncomment the following two lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
# Uncomment the following lines to enable RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
|
|
|||
|
|
@ -12,6 +12,5 @@
|
|||
# Uncomment the following lines to enable the RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=5
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_SPD_START=1
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_SPD_START=1
|
||||
|
|
|
|||
|
|
@ -43,10 +43,4 @@ endchoice
|
|||
|
||||
endif # LVGL
|
||||
|
||||
if ZMK_RGB_UNDERGLOW
|
||||
|
||||
# config WS2812_STRIP
|
||||
# default y
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ if SHIELD_SPLITKB_AURORA_CORNE_LEFT || SHIELD_SPLITKB_AURORA_CORNE_RIGHT
|
|||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
# select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
config ZMK_DISPLAY
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ if SHIELD_SPLITKB_AURORA_HELIX_LEFT || SHIELD_SPLITKB_AURORA_HELIX_RIGHT
|
|||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
# select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config SSD1306
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ if SHIELD_SPLITKB_AURORA_LILY58_LEFT || SHIELD_SPLITKB_AURORA_LILY58_RIGHT
|
|||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
# select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
config ZMK_DISPLAY
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ if SHIELD_SPLITKB_AURORA_SOFLE_LEFT || SHIELD_SPLITKB_AURORA_SOFLE_RIGHT
|
|||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
# select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config SSD1306
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ if SHIELD_SPLITKB_AURORA_SWEEP_LEFT || SHIELD_SPLITKB_AURORA_SWEEP_RIGHT
|
|||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
# select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
config ZMK_DISPLAY
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
|
|
|||
|
|
@ -3,5 +3,3 @@
|
|||
|
||||
# Enable underglow
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
CONFIG_WS2812_STRIP=y
|
||||
|
|
@ -7,8 +7,6 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|||
|
||||
# Uncomment to enable underglow
|
||||
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
#CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment to enable the display
|
||||
# Note that an I2C OLED cannot be used at the same time as encoder 3.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
# Uncomment the following lines to enable RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to turn on logging, and set ZMK logging to debug output
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ config SHIELD_SSD1306_128X64
|
|||
config SHIELD_SSD1306_128X32
|
||||
select ZMK_DISPLAY
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
# select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
config ZMK_PM_SOFT_OFF
|
||||
default y if BOARD_NRF52840DK_NRF52840
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue