diff options
author | Bahrul Hidayat <dayat.py@gmail.com> | 2021-09-26 00:49:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 09:49:58 -0700 |
commit | aee0b0097b1a868fe63fe3be66c6c2947fcb3067 (patch) | |
tree | c40304b5cb0f4bbb38d003d3998ff725995106b6 /keyboards/dyz/dyz_tkl/dyz_tkl.c | |
parent | 29079e54f140c5e1e9ef215cb16881e378bae2be (diff) |
[Keyboard] add keyboard dyz_TKL (#14535)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/dyz/dyz_tkl/dyz_tkl.c')
-rw-r--r-- | keyboards/dyz/dyz_tkl/dyz_tkl.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/dyz/dyz_tkl/dyz_tkl.c b/keyboards/dyz/dyz_tkl/dyz_tkl.c new file mode 100644 index 0000000000..cdc23b8664 --- /dev/null +++ b/keyboards/dyz/dyz_tkl/dyz_tkl.c @@ -0,0 +1,16 @@ +/* Copyright 2021 dayatz + * + * 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 "dyz_tkl.h" |