💡 Comment variant timers

This commit is contained in:
Scott Lahteine
2022-02-04 12:39:30 -06:00
parent f42c1b4cae
commit d4801461f5
21 changed files with 54 additions and 56 deletions

View File

@ -183,7 +183,7 @@ extern "C" {
// Do not use timer used by PWM pins when possible. See PinMap_PWM in PeripheralPins.c
// FANs may require PWM timers 3 10 11 13
// The LED/RGB connectors timer 4
// Beware: STEP_TIMER default is 6 and TEMP_TIMER 14 for the F407
// Beware: MCU_TIMER_STEP default is 6 and MCU_TIMER_TEMP 14 for the F407
#ifndef TIMER_TONE
#define TIMER_TONE TIM8 // TIM3 or TIM8 for SPEAKER compat on the lerdge K (PC6)
#endif // TIM4 for that on the Lerdge S (PD11)