diff options
author | Sets3n <76554585+Sets3n@users.noreply.github.com> | 2021-09-22 14:38:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 23:38:07 -0700 |
commit | c78a057ec4f3da9487f5fcce29a35785c930e17c (patch) | |
tree | d630311894df96e9f4cb5546b78e870ab81c902a /keyboards/sets3n/kk980/kk980.c | |
parent | 5ddbabfa2a8ee7ce75dcbc30397eb5d588f9e51d (diff) |
[Keyboard] add kk980 keyboard (#14436)
Diffstat (limited to 'keyboards/sets3n/kk980/kk980.c')
-rw-r--r-- | keyboards/sets3n/kk980/kk980.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/sets3n/kk980/kk980.c b/keyboards/sets3n/kk980/kk980.c new file mode 100644 index 0000000000..d5254b3fc0 --- /dev/null +++ b/keyboards/sets3n/kk980/kk980.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Sets3n + * + * 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 "kk980.h" |