summaryrefslogtreecommitdiffstats
path: root/keyboards/kopibeng/xt65/xt65.c
diff options
context:
space:
mode:
authorkopibeng <52724926+kopibeng@users.noreply.github.com>2021-03-25 19:49:37 +0800
committerGitHub <noreply@github.com>2021-03-25 22:49:37 +1100
commit3fc710e0b149627bae3406fff84855308710c485 (patch)
tree412e8f2b3ec1d1e65a8008a05fbe831d12fe1fbc /keyboards/kopibeng/xt65/xt65.c
parentdd0a35273c9445357e1bd5c28ef81ab93306e108 (diff)
Add XT65 keyboard (#11998)
* Add XT65 keyboard * Create readme.md * Updated readme.md and rules.mk * Updated config.h and readme.md * Update imgur link * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kopibeng/xt65/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kopibeng/xt65/xt65.c')
-rw-r--r--keyboards/kopibeng/xt65/xt65.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kopibeng/xt65/xt65.c b/keyboards/kopibeng/xt65/xt65.c
new file mode 100644
index 0000000000..bd1622bfa2
--- /dev/null
+++ b/keyboards/kopibeng/xt65/xt65.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 "xt65.h"