summaryrefslogtreecommitdiff
path: root/keyboards/labyrinth75/labyrinth75.c
diff options
context:
space:
mode:
authorLiviturtle <67487436+Liviturtle@users.noreply.github.com>2020-12-17 06:45:21 +0000
committerGitHub <noreply@github.com>2020-12-16 22:45:21 -0800
commitdc4c80eef40ebf38302e057fb78d8c2c77089beb (patch)
tree84db6c87f2d07e434439e22546388832fbc3b4b5 /keyboards/labyrinth75/labyrinth75.c
parentc4aae0e93b6956e17c872ff49b79640ed7a3375f (diff)
[Keyboard] add Labyrinth75 (#11135)
* added Labyrinth75 * changed to lowercase inline with the PR checklist * added a correctly formatted image to readme.md * fixed imgur link * fixed info.json * Update keyboards/labyrinth75/keymaps/default/keymap.c Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * Update keyboards/labyrinth75/labyrinth75.h Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * remove superfluous backslashes * Update keyboards/labyrinth75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/labyrinth75/labyrinth75.c')
-rw-r--r--keyboards/labyrinth75/labyrinth75.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/labyrinth75/labyrinth75.c b/keyboards/labyrinth75/labyrinth75.c
new file mode 100644
index 0000000000..1bfe209587
--- /dev/null
+++ b/keyboards/labyrinth75/labyrinth75.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 Livi
+ *
+ * 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 "labyrinth75.h"