Update zmk notes ; setup lily58 for zmk + ws2812 leds
This commit is contained in:
parent
ac745ff0ea
commit
88f4dde907
|
@ -2,6 +2,16 @@
|
||||||
# CONFIG_EC11=y
|
# CONFIG_EC11=y
|
||||||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
# 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
|
||||||
|
|
||||||
|
# Set default underglow values
|
||||||
|
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=25
|
||||||
|
CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=100
|
||||||
|
CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=5
|
||||||
|
|
||||||
# Uncomment the following line to enable the Lily58 OLED Display
|
# Uncomment the following line to enable the Lily58 OLED Display
|
||||||
CONFIG_ZMK_DISPLAY=y
|
CONFIG_ZMK_DISPLAY=y
|
||||||
|
|
||||||
|
|
|
@ -35,11 +35,6 @@
|
||||||
- Setup to use nice!nano same way as original
|
- Setup to use nice!nano same way as original
|
||||||
- Setup to use 14500 same way as original
|
- Setup to use 14500 same way as original
|
||||||
|
|
||||||
## Lilly's
|
|
||||||
|
|
||||||
- Mini neo pixel on extra pins under mcu for faux underglow
|
|
||||||
- Or just below oled zone
|
|
||||||
|
|
||||||
## Pocket Type
|
## Pocket Type
|
||||||
|
|
||||||
- Nice!Nano + magnetic usb-c
|
- Nice!Nano + magnetic usb-c
|
||||||
|
|
Loading…
Reference in a new issue