forked from kofal.net/zmk
pre-commit: re-format using clang-format hook (v18.1.8)
This commit is contained in:
committed by
Pete Johanson
parent
82a22d731b
commit
67d595f29f
@@ -139,7 +139,9 @@ struct zmk_kscan_event {
|
||||
uint32_t state;
|
||||
};
|
||||
|
||||
static struct zmk_kscan_msg_processor { struct k_work work; } msg_processor;
|
||||
static struct zmk_kscan_msg_processor {
|
||||
struct k_work work;
|
||||
} msg_processor;
|
||||
|
||||
K_MSGQ_DEFINE(physical_layouts_kscan_msgq, sizeof(struct zmk_kscan_event),
|
||||
CONFIG_ZMK_KSCAN_EVENT_QUEUE_SIZE, 4);
|
||||
|
||||
Reference in New Issue
Block a user