diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2022-06-21 11:16:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 20:16:13 -0700 |
commit | 7b7fb63f4bcaceda3bf9d38783369d7e84f36c5d (patch) | |
tree | 0cc039dc8177b8d28d302ccb93ce1a39bcf00f31 /keyboards/abatskeyboardclub/nayeon/nayeon.c | |
parent | c11499603412c1b7cd182d0f97ec772b46f2188b (diff) |
[Keyboard] Add Nayeon by Abats Keyboard Club (#16659)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/abatskeyboardclub/nayeon/nayeon.c')
-rw-r--r-- | keyboards/abatskeyboardclub/nayeon/nayeon.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/abatskeyboardclub/nayeon/nayeon.c b/keyboards/abatskeyboardclub/nayeon/nayeon.c new file mode 100644 index 0000000000..14fb22a486 --- /dev/null +++ b/keyboards/abatskeyboardclub/nayeon/nayeon.c @@ -0,0 +1,17 @@ +/* Copyright 2022 Ramon Imbao + * + * 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 "nayeon.h" |