zmk_mf68/app/include/zmk/matrix_transform.h
Pete Johanson 7e659851c8 Refactor matrix transform, positions pervasively
* Do mapping to positions right in kscan handler, and then
  surface positions throughout the API.
2020-06-20 17:54:52 -04:00

3 lines
89 B
C

#pragma once
u32_t zmk_matrix_transform_row_column_to_position(u32_t row, u32_t column);