commit
8bbc1dcf4f
4 changed files with 48 additions and 13 deletions
|
@ -66,9 +66,12 @@ static void power_down(uint8_t wdto)
|
|||
wdt_intr_enable(wdto);
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
backlight_set(0);
|
||||
backlight_set(0);
|
||||
#endif
|
||||
|
||||
// Turn off LED indicators
|
||||
led_set(0);
|
||||
|
||||
// TODO: more power saving
|
||||
// See PicoPower application note
|
||||
// - I/O port input with pullup
|
||||
|
|
|
@ -92,7 +92,7 @@ void keyboard_init(void)
|
|||
backlight_init();
|
||||
#endif
|
||||
|
||||
#ifdef FORCE_NKRO
|
||||
#if defined(NKRO_ENABLE) && defined(FORCE_NKRO)
|
||||
keyboard_nkro = true;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue