forked from kofal.net/zmk
Refactor matrix transform, positions pervasively
* Do mapping to positions right in kscan handler, and then surface positions throughout the API.
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
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);
|
||||
int zmk_keymap_position_state_changed(u32_t position, bool pressed);
|
||||
|
||||
Reference in New Issue
Block a user