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:
3
app/include/zmk/matrix_transform.h
Normal file
3
app/include/zmk/matrix_transform.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
u32_t zmk_matrix_transform_row_column_to_position(u32_t row, u32_t column);
|
||||
Reference in New Issue
Block a user