summaryrefslogtreecommitdiff
path: root/keyboards/converter/modelm101_teensy2/modelm101_teensy2.c
diff options
context:
space:
mode:
authorwangfuco <46733695+wangfuco@users.noreply.github.com>2022-07-13 15:24:42 -0700
committerGitHub <noreply@github.com>2022-07-13 15:24:42 -0700
commit99e9e1b8e70b7b6a0cc03a6672f2512b472fb650 (patch)
tree0257d5557b8deae7c23a899a1e4847b8842a3157 /keyboards/converter/modelm101_teensy2/modelm101_teensy2.c
parent4ef0c8230cfb9b4768b50dbf4104d83d2ab21880 (diff)
[Keyboard] Modelm101 teensy2 (#16805)
* Add modelm101_teensy2 files from modelm101 * Change info.json * Update README.md * Update pin def * Fix file name * Update readme.md * Delete config.h * Apply suggestions from code review * Update keyboards/converter/modelm101_teensy2/config.h * Delete keyboards/converter/modelm101_teensy2/keymaps/iw0rm3r directory * Delete .noci
Diffstat (limited to 'keyboards/converter/modelm101_teensy2/modelm101_teensy2.c')
-rw-r--r--keyboards/converter/modelm101_teensy2/modelm101_teensy2.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/converter/modelm101_teensy2/modelm101_teensy2.c b/keyboards/converter/modelm101_teensy2/modelm101_teensy2.c
new file mode 100644
index 0000000000..8283d91eda
--- /dev/null
+++ b/keyboards/converter/modelm101_teensy2/modelm101_teensy2.c
@@ -0,0 +1,16 @@
+/* Copyright 2019 iw0rm3r
+ *
+ * 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 "modelm101_teensy2.h"