223edf05ad
* Use extra comptible = "zmk,behavior-global" to add behaviors to global bindings for event notification. * Implement mod-tap, as a keymap binding and global one to skip tap if other keycode pressed while held.
6 lines
174 B
C
6 lines
174 B
C
#pragma once
|
|
|
|
bool zmk_keymap_layer_activate(u8_t layer);
|
|
bool zmk_keymap_layer_deactivate(u8_t layer);
|
|
|
|
int zmk_keymap_position_state_changed(u32_t position, bool pressed);
|