diff options
author | fire-h0und <55053506+fire-h0und@users.noreply.github.com> | 2021-08-13 20:46:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 11:46:29 -0700 |
commit | d52e9321e9c6d64732f716561f3250d99a28ba82 (patch) | |
tree | 2f5b764b1e23c51248ff1d10a037793848f267cb /keyboards/cest73/tkm/tkm.c | |
parent | 325009587a289fba3e554a6d56e2d5fedbe8fbb5 (diff) |
[Keyboard] Add cest73/tkm keyboard (#13939)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: cest <cest@localhost>
Diffstat (limited to 'keyboards/cest73/tkm/tkm.c')
-rw-r--r-- | keyboards/cest73/tkm/tkm.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/cest73/tkm/tkm.c b/keyboards/cest73/tkm/tkm.c new file mode 100644 index 0000000000..b127e9eb53 --- /dev/null +++ b/keyboards/cest73/tkm/tkm.c @@ -0,0 +1,16 @@ + /* Copyright 2021 cest73 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#include "tkm.h" |