fix: Switch to single AUTHORS file.* Closes #164

This commit is contained in:
Pete Johanson
2020-09-09 23:57:44 -04:00
parent e796e7c3e6
commit 68e72f9275
80 changed files with 185 additions and 71 deletions

View File

@@ -1,3 +1,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);