zmk_mf68/app/include/zmk/matrix_transform.h

3 lines
89 B
C

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