chore: Formatting fix.

This commit is contained in:
Peter Johanson
2024-09-23 10:28:56 -06:00
committed by Pete Johanson
parent 8166527ea3
commit f992352936

View File

@@ -35,11 +35,10 @@ static void behavior_queue_process_next(struct k_work *work) {
LOG_DBG("Invoking %s: 0x%02x 0x%02x", item.binding.behavior_dev, item.binding.param1, LOG_DBG("Invoking %s: 0x%02x 0x%02x", item.binding.behavior_dev, item.binding.param1,
item.binding.param2); item.binding.param2);
struct zmk_behavior_binding_event event = { struct zmk_behavior_binding_event event = {.position = item.position,
.position = item.position, .timestamp = k_uptime_get(),
.timestamp = k_uptime_get(),
#if IS_ENABLED(CONFIG_ZMK_SPLIT) #if IS_ENABLED(CONFIG_ZMK_SPLIT)
.source = item.source .source = item.source
#endif #endif
}; };