2020-09-10 13:57:44 +10:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-06-21 07:54:52 +10:00
|
|
|
#pragma once
|
|
|
|
|
2020-12-03 03:41:57 +11:00
|
|
|
uint32_t zmk_matrix_transform_row_column_to_position(uint32_t row, uint32_t column);
|