Skip to content
Snippets Groups Projects
Commit 560cb970 authored by Kenneth Johansson's avatar Kenneth Johansson
Browse files

perfmngr: add dimming feature.

look at VOX25 for config options.

leds in the dimming list will be turned off if the leds state is
lower than the dimming_level option.
parent ae350eef
Branches
No related tags found
No related merge requests found
...@@ -89,12 +89,13 @@ config button_map TOUCH_NEAR ...@@ -89,12 +89,13 @@ config button_map TOUCH_NEAR
list button 3220_touch_near list button 3220_touch_near
option hotplug touch_near option hotplug touch_near
option minpress 0 option minpress 0
option dimming on
config button_map TOUCH_FAR config button_map TOUCH_FAR
list button 3220_touch_far list button 3220_touch_far
option hotplug touch_far option hotplug touch_far
option minpress 0 option minpress 0
# #
# Button config , end # Button config , end
# #
...@@ -158,6 +159,16 @@ config led_map led_map ...@@ -158,6 +159,16 @@ config led_map led_map
list functions wps list functions wps
list functions wifi_wps list functions wifi_wps
# dimming turn leds off unless above cutof level
#
option dimming_level notice
option dimming_on 5
list dimming mobile
list dimming internet
list dimming wifi
list dimming wps
list dimming voice1
config led_map led_mobile config led_map led_mobile
list led_action_off MMB_blue=OFF list led_action_off MMB_blue=OFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment