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

board: turn on dimming on EG300.

parent 1b1c94dc
Branches
No related tags found
No related merge requests found
...@@ -119,11 +119,15 @@ config button_map Wireless ...@@ -119,11 +119,15 @@ config button_map Wireless
config button_map THOUCH_NEAR config button_map THOUCH_NEAR
list button 9512_touch_near list button 9512_touch_near
option hotplug touch_near option hotplug touch_near
option dimming on
option minpress 0
config button_map THOUCH_FAR config button_map THOUCH_FAR
list button 9512_touch_far list button 9512_touch_far
option hotplug touch_far option hotplug touch_far
option minpress 0
# #
# Button config , end # Button config , end
# #
...@@ -222,6 +226,19 @@ config led_map led_map ...@@ -222,6 +226,19 @@ config led_map led_map
list functions ext list functions ext
list functions dect list functions dect
# dimming turn leds off unless above cutof level
option dimming_level notice
option dimming_on 5
list dimming wifi
list dimming wps
list dimming lan
list dimming status
list dimming wan
list dimming internet
list dimming voic1
list dimming dect
list dimming ext
config led_map led_wifi config led_map led_wifi
list led_action_ok 'Wireless_green = ON' list led_action_ok 'Wireless_green = ON'
list led_action_ok 'Wireless_blue = OFF' list led_action_ok 'Wireless_blue = OFF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment