summaryrefslogtreecommitdiffstats
path: root/keyboards/kopibeng/xt60_singa/xt60_singa.c
diff options
context:
space:
mode:
authorkopibeng <52724926+kopibeng@users.noreply.github.com>2022-08-14 00:13:49 +0800
committerGitHub <noreply@github.com>2022-08-13 17:13:49 +0100
commit648f3eb71fe12457f4c4d98e68568b2231db8f52 (patch)
treeae358f4d5c0cf08209fd33a4727c6473f0142ce0 /keyboards/kopibeng/xt60_singa/xt60_singa.c
parentdccb8ff7d6e2d73f0592c30e9f8498dcbf17c9e1 (diff)
Add support for XT60_SINGA (#17752)
* Added support for Christine, XT65E and Adelais * Add support for MNK88 * Add support for XT8x * Renamed XT65E to Typ65 * Revert "Renamed XT65E to Typ65" This reverts commit b4fbc853d23003b9b4b5b67d49e098ea17d85a98. * Revert "Revert "Renamed XT65E to Typ65"" This reverts commit 09baee94eba56dab0a0a96b99ce3758b0c5aa8a9. * File reorganization * Add support for MNK88 * Update readme.md * Update keyboards/kopibeng/mnk88/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kopibeng/mnk88/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Fix imgur link * Update keyboards/kopibeng/mnk88/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/mnk88/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update info.json Previous suggested change was breaking lint check, reverting back to the original. * Update keyboards/kopibeng/mnk88/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Fix info.json * Added XT60_SINGA * Update config.h * Update readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kopibeng/xt60_singa/xt60_singa.c')
-rw-r--r--keyboards/kopibeng/xt60_singa/xt60_singa.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kopibeng/xt60_singa/xt60_singa.c b/keyboards/kopibeng/xt60_singa/xt60_singa.c
new file mode 100644
index 0000000000..1a3a2b613f
--- /dev/null
+++ b/keyboards/kopibeng/xt60_singa/xt60_singa.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_singa.h" \ No newline at end of file