9 lines
No EOL
175 B
C
9 lines
No EOL
175 B
C
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
u32_t zmk_matrix_transform_row_column_to_position(u32_t row, u32_t column); |