#pragma once #include "keymap.h" #include struct zmk_key_event { zmk_key key; bool pressed; }; void zmk_handle_key(struct zmk_key_event key_event);