summaryrefslogtreecommitdiff
path: root/keyboards/foxlab/time80/time80.c
diff options
context:
space:
mode:
authorLukas Alexandre <the.lukelex@gmail.com>2020-11-14 23:33:51 +0100
committerGitHub <noreply@github.com>2020-11-14 14:33:51 -0800
commita7afaa36a1ed7749b7374106ff0ddab2a3a221b5 (patch)
treec5747d6cb656c2012be63f526890fc21f36f2078 /keyboards/foxlab/time80/time80.c
parentd7c1b890f18418248658d48c9eac5df37091a1f2 (diff)
[Keyboard] Time 80 TKL by Fox Lab (#10851)
* Porting Time 80 TKL * Update keyboards/foxlab/key65/hotswap/readme.md * Update keyboards/foxlab/time80/rules.mk * Update keyboards/foxlab/time80/config.h * Update keyboards/foxlab/time80/readme.md * Update keyboards/foxlab/time80/readme.md * Update keyboards/foxlab/time80/config.h * Use LAYOUT_all * Fixing placement of shortcuts
Diffstat (limited to 'keyboards/foxlab/time80/time80.c')
-rw-r--r--keyboards/foxlab/time80/time80.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/foxlab/time80/time80.c b/keyboards/foxlab/time80/time80.c
new file mode 100644
index 0000000000..d2cf8cef2c
--- /dev/null
+++ b/keyboards/foxlab/time80/time80.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 Lukas Alexander
+ *
+ * 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 "time80.h"