Add base files and configuration for RGB underglow

This commit is contained in:
Nick
2020-07-24 01:06:56 -05:00
parent f22407223f
commit bb09707bd2
5 changed files with 126 additions and 10 deletions

View File

@@ -138,6 +138,30 @@ config ZMK_ACTION_MOD_TAP
endmenu
menu "ZMK Lighting"
menuconfig ZMK_RGB_UNDERGLOW
bool "RGB Adressable LED Underglow"
select LED_STRIP
if ZMK_RGB_UNDERGLOW
config ZMK_RGB_UNDERGLOW_HUE_STEP
int "RGB underglow hue step in degrees of 360"
default 10
config ZMK_RGB_UNDERGLOW_SAT_STEP
int "RGB underglow sturation step in percent"
default 10
config ZMK_RGB_UNDERGLOW_BRT_STEP
int "RGB underglow brightness step in percent"
default 10
endif
endmenu
config HEAP_MEM_POOL_SIZE
default 1024