From 5e86193dce022967cbe41288d30cb4b21500f5e6 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 26 Oct 2023 06:58:23 -0600 Subject: improved blf-lt1 ramp and fixed issue with missed button presses (it seems t85 doesn't like having timer overflow interrupts enabled in standby?) --- hwdef-blf-lt1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwdef-blf-lt1.h') diff --git a/hwdef-blf-lt1.h b/hwdef-blf-lt1.h index 571fa44..bac21cf 100644 --- a/hwdef-blf-lt1.h +++ b/hwdef-blf-lt1.h @@ -94,7 +94,7 @@ inline void hwdef_setup() { TCCR0A = PHASE; // enable timer 0 overflow interrupt for DSM purposes - TIMSK |= (1 << TOIE0); + //TIMSK |= (1 << TOIE0); // moved to hwdef.c functions instead // configure e-switch PORTB = (1 << SWITCH_PIN); // e-switch is the only input -- cgit v1.2.3