summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/pcf50606.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/pcf50606.c b/firmware/drivers/pcf50606.c
index cb05d25345..2504498440 100644
--- a/firmware/drivers/pcf50606.c
+++ b/firmware/drivers/pcf50606.c
@@ -281,6 +281,9 @@ void pcf50606_init(void)
281 281
282 set_voltages(); 282 set_voltages();
283 283
284 pcf50606_write(0x08, 0x60); /* Wake on USB and charger insertion */
285 pcf50606_write(0x09, 0x60); /* USB and ON key debounce: 14ms */
286
284 /* Backlight PWM = 512Hz 50/50 */ 287 /* Backlight PWM = 512Hz 50/50 */
285 /*pcf50606_write(0x35, 0x13);*/ 288 /*pcf50606_write(0x35, 0x13);*/
286 pcf50606_set_bl_pwm(9); 289 pcf50606_set_bl_pwm(9);