diff options
author | kopibeng <52724926+kopibeng@users.noreply.github.com> | 2022-03-24 02:42:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 11:42:54 -0700 |
commit | 55b3b2b8487ff9008806d41bd77a10fc796c4103 (patch) | |
tree | a408d14922c77eb81acb3db7482f86fb17d7c56b /keyboards/kopibeng/xt60/xt60.c | |
parent | 4a3b4104feb7f0948a8b9f97b39534fc68c62e73 (diff) |
[Keyboard] Add support for XT60 (#16708)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kopibeng/xt60/xt60.c')
-rw-r--r-- | keyboards/kopibeng/xt60/xt60.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kopibeng/xt60/xt60.c b/keyboards/kopibeng/xt60/xt60.c new file mode 100644 index 0000000000..db8993d58b --- /dev/null +++ b/keyboards/kopibeng/xt60/xt60.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Samuel Lu + * + * 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 "xt60.h"
\ No newline at end of file |