summaryrefslogtreecommitdiff
path: root/keyboards/axolstudio/yeti/yeti.c
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2020-12-22 10:14:28 +0100
committerGitHub <noreply@github.com>2020-12-22 01:14:28 -0800
commit94535730809d3fb9b466b221b935f27898a17887 (patch)
tree683e9f38c232c908f5c22ffdcf3867530220bf16 /keyboards/axolstudio/yeti/yeti.c
parentc0dcee96a8cfb82e9a925f562283b2450ba536ec (diff)
[Keyboard] Add Axolstudio Yeti (#11051)
Diffstat (limited to 'keyboards/axolstudio/yeti/yeti.c')
-rw-r--r--keyboards/axolstudio/yeti/yeti.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/axolstudio/yeti/yeti.c b/keyboards/axolstudio/yeti/yeti.c
new file mode 100644
index 0000000000..9c11b8c78c
--- /dev/null
+++ b/keyboards/axolstudio/yeti/yeti.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 kb-elmo
+ *
+ * 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 "yeti.h"