summaryrefslogtreecommitdiff
path: root/keyboards/mio/mio.c
diff options
context:
space:
mode:
authorNaoto Takai <takai@recompile.net>2021-02-21 13:48:52 +0900
committerGitHub <noreply@github.com>2021-02-20 20:48:52 -0800
commitf6e909600d711c60e2ac3042131d4e20bbe8b7c4 (patch)
tree4bb5cf4e817292538f65480a41b7aa201a530662 /keyboards/mio/mio.c
parentfe4f7e6c731bb3b64810dfe6952908759b819df2 (diff)
[Keyboard] Add MIO keyboard (#11852)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mio/mio.c')
-rw-r--r--keyboards/mio/mio.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mio/mio.c b/keyboards/mio/mio.c
new file mode 100644
index 0000000000..154a89d26f
--- /dev/null
+++ b/keyboards/mio/mio.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 recompile keys
+ *
+ * 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 "mio.h"