diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-23 18:43:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-23 18:43:36 +0000 |
commit | 7e6934833559dece09eb65f051a127e312a96e32 (patch) | |
tree | 84cb328fc0e73ba6506eac55f9154d619f18eb13 /keyboards/kopibeng/xt60/xt60.c | |
parent | 5342caf172f49ccf6e13bc4593a020552e36ba66 (diff) | |
parent | 55b3b2b8487ff9008806d41bd77a10fc796c4103 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |