diff options
author | Bahrul Hidayat <dayat.py@gmail.com> | 2022-07-30 12:07:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 21:07:10 -0700 |
commit | da07e7dd0e173ed83cb82f84f143de36ed1aeae3 (patch) | |
tree | 831c7e8d39b2368b185d2fe5b39b9d439fb02c20 /keyboards/dyz/dyz60_hs/dyz60_hs.c | |
parent | c0e3a1612116cb236f07ab7e57f3529b6987b941 (diff) |
[Keyboard] add dyz60-hs (#17763)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/dyz/dyz60_hs/dyz60_hs.c')
-rw-r--r-- | keyboards/dyz/dyz60_hs/dyz60_hs.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/dyz/dyz60_hs/dyz60_hs.c b/keyboards/dyz/dyz60_hs/dyz60_hs.c new file mode 100644 index 0000000000..c6ec0f20d8 --- /dev/null +++ b/keyboards/dyz/dyz60_hs/dyz60_hs.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 "dyz60_hs.h" |