summaryrefslogtreecommitdiff
path: root/keyboards/longnald/corin/corin.c
diff options
context:
space:
mode:
authorSeaton Jiang <seaton@vtrois.com>2020-09-23 02:44:51 +0800
committerGitHub <noreply@github.com>2020-09-22 11:44:51 -0700
commite3395beda02d555090e6ccc9b193530351eb71f4 (patch)
tree4ae0b92fab6da6e3a2d8969629ecdec197365938 /keyboards/longnald/corin/corin.c
parent7a3a57e457aa28afa62448deca838a2582e86587 (diff)
[Keyboard] Add Longnald Corin Keyboard (#10280)
* [Keyboard] Add Longnald Corin * feat: optimized firmware * feat: optimized firmware * fix: keyboards/longnald/corin/rules.mk * feat: rename layout macros * feat: rename layout macros * feat: rename layout macros * feat: rename layout macros * feat: rename layout macros * feat: rename layout macros * feat: rename layout macros
Diffstat (limited to 'keyboards/longnald/corin/corin.c')
-rw-r--r--keyboards/longnald/corin/corin.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/longnald/corin/corin.c b/keyboards/longnald/corin/corin.c
new file mode 100644
index 0000000000..fabe3686d8
--- /dev/null
+++ b/keyboards/longnald/corin/corin.c
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2020 Longnald <support@longnald.com>
+ * Copyright (C) 2020 Seaton Jiang <seaton@vtrois.com>
+ *
+ * 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 "corin.h" \ No newline at end of file