summaryrefslogtreecommitdiff
path: root/keyboards/owl8/owl8.c
diff options
context:
space:
mode:
authoryfuku <30647434+yfuku@users.noreply.github.com>2021-08-07 09:01:52 +0900
committerGitHub <noreply@github.com>2021-08-06 17:01:52 -0700
commit6721825df5ddda0631faaf52292ce78db92f2c7f (patch)
tree6da007ff82c9d509ec7bcea5dd4253567932d639 /keyboards/owl8/owl8.c
parentbdf86c4cbdb22fe800ea0beb4c680b8be5dcb5a4 (diff)
[Keyboard] Add owl8 keyboard (#13380)
* add owl8 * use DIRECT_PINS * fix encoder * Changed to use action_exec.
Diffstat (limited to 'keyboards/owl8/owl8.c')
-rw-r--r--keyboards/owl8/owl8.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/owl8/owl8.c b/keyboards/owl8/owl8.c
new file mode 100644
index 0000000000..a31289891a
--- /dev/null
+++ b/keyboards/owl8/owl8.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 yfuku
+ *
+ * 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 "owl8.h"