diff options
author | rhmokey <57172003+rhmokey@users.noreply.github.com> | 2022-01-11 09:07:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:07:09 -0800 |
commit | adaaee4edf485374362347198183f0cbdc42e418 (patch) | |
tree | b0df7ff66e38c9a5ba3e36d346a284e105fc17c7 /keyboards/mokey/xox70hot/xox70hot.c | |
parent | dce611bc9fd6c6d47e6c5d935ca263ff50a5afc2 (diff) |
[Keyboard] Add xox70hot (#15632)
Diffstat (limited to 'keyboards/mokey/xox70hot/xox70hot.c')
-rw-r--r-- | keyboards/mokey/xox70hot/xox70hot.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/mokey/xox70hot/xox70hot.c b/keyboards/mokey/xox70hot/xox70hot.c new file mode 100644 index 0000000000..728b5e4e39 --- /dev/null +++ b/keyboards/mokey/xox70hot/xox70hot.c @@ -0,0 +1,15 @@ +/* Copyright 2021 Ocean + * 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 "xox70hot.h"
\ No newline at end of file |