merged with updated zmk main branch, added to duck.conf file to separate OLED and LED toggles
This commit is contained in:
parent
3cb53f3b51
commit
1d2452313c
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|||
|
||||
# Enable underglow
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
|
||||
# Use the STRIP config specific to the LEDs you're using
|
||||
CONFIG_WS2812_STRIP=y
|
||||
|
||||
|
@ -19,6 +20,9 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
|||
CONFIG_I2C=y
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
# to separate RGB and OLED power
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
|
||||
# USB debugging settings
|
||||
# Turn on logging, and set ZMK logging to debug output
|
||||
CONFIG_LOG=y
|
||||
|
|
Loading…
Add table
Reference in a new issue