summaryrefslogtreecommitdiff
path: root/app/include/zmk/matrix_transform.h
blob: 29c2afcd237d59895e243af27e50aed18cc1b5ac (plain)
1
2
3
4
5
6
7
8
9
/*
 * 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);