static uint16_t s_duty_pattern = 0;
// clang-format off
/** \brief PWM duty patterns
*
* We scale the current backlight level to an index within this array. This allows
* backlight_task to focus on just switching LEDs on/off, and we can predict the duty pattern
*/
static const uint16_t backlight_duty_table = ;
// clang-format on
static uint8_t
void
void
void