diff options
author | Runheme <95535123+Runheme@users.noreply.github.com> | 2021-12-11 15:02:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 23:02:18 -0800 |
commit | 0aa59eefc305de7ed67d8cbbff61c529bb381bd9 (patch) | |
tree | 0038b71d98a641e3724932c082f972d521a23d9b /keyboards/mokey/ginkgo65hot/ginkgo65hot.c | |
parent | fb93869af0bb589237079fdd2e8245b10af0d045 (diff) |
[Keyboard] Add ginkgo65hot (#15404)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mokey/ginkgo65hot/ginkgo65hot.c')
-rw-r--r-- | keyboards/mokey/ginkgo65hot/ginkgo65hot.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/mokey/ginkgo65hot/ginkgo65hot.c b/keyboards/mokey/ginkgo65hot/ginkgo65hot.c new file mode 100644 index 0000000000..1db0f9c22d --- /dev/null +++ b/keyboards/mokey/ginkgo65hot/ginkgo65hot.c @@ -0,0 +1,16 @@ +/* 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 "ginkgo65hot.h" + |