mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 21:15:19 -05:00
* Do mapping to positions right in kscan handler, and then surface positions throughout the API.
3 lines
89 B
C
3 lines
89 B
C
#pragma once
|
|
|
|
u32_t zmk_matrix_transform_row_column_to_position(u32_t row, u32_t column); |