summaryrefslogtreecommitdiff
path: root/keyboards/murcielago/murcielago.c
diff options
context:
space:
mode:
authorAdrian <elagil@users.noreply.github.com>2020-05-13 22:29:11 +0200
committerGitHub <noreply@github.com>2020-05-13 21:29:11 +0100
commitfadd3cb4617fe7e48c802c4470a50df36e6c5109 (patch)
tree86c2d98d0112389acfdc8b75009e418049caf1b7 /keyboards/murcielago/murcielago.c
parenta41f973f75eff621a352089fa53dde94b095f606 (diff)
added murcielago keyboard (#8920)
* Squashed pull request for murcielago * removed rotation prior to creating info.json
Diffstat (limited to 'keyboards/murcielago/murcielago.c')
-rw-r--r--keyboards/murcielago/murcielago.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/murcielago/murcielago.c b/keyboards/murcielago/murcielago.c
new file mode 100644
index 0000000000..30215c69cd
--- /dev/null
+++ b/keyboards/murcielago/murcielago.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 elagil
+ *
+ * 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 "murcielago.h" \ No newline at end of file