#pragma once #include #include #include #include #include // #include bool zmk_keymap_layer_activate(u8_t layer); bool zmk_keymap_layer_deactivate(u8_t layer); int zmk_keymap_position_state_changed(u32_t row, u32_t column, bool pressed);