113
100
// each value is 1 to 150, or other:
114
101
// - 1..150 is a ramp level
115
102
// - other means "strobe mode"
119
106
uint8_t tactical_config_state(Event event, uint16_t arg) {
120
107
return config_state_base(event, arg, 3, tactical_config_save);