#pragma once #include #include typedef u64_t zmk_key; typedef u8_t zmk_mod; struct zmk_key_event { zmk_key key; bool pressed; };