summaryrefslogtreecommitdiff
path: root/keyboards/kegen/gboy/gboy.c
diff options
context:
space:
mode:
authorMatt Chan <5021+mattchan@users.noreply.github.com>2022-08-28 13:12:18 -0400
committerGitHub <noreply@github.com>2022-08-28 10:12:18 -0700
commit585b134729a5a66015f379127e4ff8b06430498c (patch)
treeff085de4b2d1f548cf97c7517996a3ab3433908a /keyboards/kegen/gboy/gboy.c
parent37a85e1f9b5d6ad28e52b800f1b17d68ee5e4892 (diff)
[Keyboard] Add Kegen G-Boy (#18048)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kegen/gboy/gboy.c')
-rw-r--r--keyboards/kegen/gboy/gboy.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/kegen/gboy/gboy.c b/keyboards/kegen/gboy/gboy.c
new file mode 100644
index 0000000000..cd6869748d
--- /dev/null
+++ b/keyboards/kegen/gboy/gboy.c
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2022 Matt Chan
+ *
+ * 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 3 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 <https://www.gnu.org/licenses/>.
+ */
+
+#include "gboy.h"