diff --git a/brcm63xx_ref_nand/base-files/lib/db/boards/EG300R0 b/brcm63xx_ref_nand/base-files/lib/db/boards/EG300R0
index 5c4252dc82c0af34d399416763396c89f4ad1ffe..90971a4677bf537e896cc8eacdf40cf1ed60c343 100644
--- a/brcm63xx_ref_nand/base-files/lib/db/boards/EG300R0
+++ b/brcm63xx_ref_nand/base-files/lib/db/boards/EG300R0
@@ -119,11 +119,15 @@ config button_map Wireless
 config button_map THOUCH_NEAR
        list button 9512_touch_near
        option hotplug touch_near
+       option dimming	on
+       option minpress 0
+
 
 config button_map THOUCH_FAR
        list button 9512_touch_far
        option hotplug touch_far
-
+       option minpress 0
+	
 #
 #		Button config , end
 #
@@ -222,6 +226,19 @@ config led_map led_map
 	list functions ext
 	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
        list led_action_ok     'Wireless_green = ON'
        list led_action_ok     'Wireless_blue  = OFF'