summaryrefslogtreecommitdiff
path: root/keyboards/kabedon/kabedon78s/kabedon78s.c
diff options
context:
space:
mode:
authorKDon <370490639@qq.com>2020-08-08 02:12:14 +0800
committerGitHub <noreply@github.com>2020-08-07 11:12:14 -0700
commita260cbbea6a0e41931e2c4a50520215d4da93be7 (patch)
tree0f73294c163a34c854dbdbac1d7ee55afb7f7001 /keyboards/kabedon/kabedon78s/kabedon78s.c
parent99905dcfa37b7445497c0ce87b0f94ea66139f31 (diff)
[Keyboard] Add kabedon keyboards (#9929)
* Add kabedon keyboards * #define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047 * change README.md * Update README.md * Update config.h * Update keymap.c * Update rules.mk * Update rules.mk * Update README.md * Update info.json * Update kabedon980.c * Update keymap.c * Update rules.mk * Update config.h * Update config.h * Update info.json * Update README.md * Update rules.mk * Update README.md * Update kabedon980.c * Update rules.mk * Update rules.mk * Update rules.mk * Update rules.mk * Update rules.mk * Update README.md * Update README.md * Update info.json
Diffstat (limited to 'keyboards/kabedon/kabedon78s/kabedon78s.c')
-rw-r--r--keyboards/kabedon/kabedon78s/kabedon78s.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kabedon/kabedon78s/kabedon78s.c b/keyboards/kabedon/kabedon78s/kabedon78s.c
new file mode 100644
index 0000000000..dc60ea752e
--- /dev/null
+++ b/keyboards/kabedon/kabedon78s/kabedon78s.c
@@ -0,0 +1,17 @@
+/* Copyright 2018 MechMerlin
+ *
+ * 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 "kabedon78s.h"