summaryrefslogtreecommitdiff
path: root/keyboards/lm_keyboard/lm60n/lm60n.c
diff options
context:
space:
mode:
authorgkeyboard <giggox_man@hotmail.com>2021-04-25 08:04:38 +0700
committerGitHub <noreply@github.com>2021-04-25 11:04:38 +1000
commit35944df7b0a119ed8d72a686c1e75899572aa82b (patch)
tree5165e5d703922120578e0aed2bbaf6729a93326e /keyboards/lm_keyboard/lm60n/lm60n.c
parent2a45d99059c84e37da4f16a07b324adbe30ddebc (diff)
Add lm60n keyboard (#12408)
Add lm60n keyboard
Diffstat (limited to 'keyboards/lm_keyboard/lm60n/lm60n.c')
-rw-r--r--keyboards/lm_keyboard/lm60n/lm60n.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/lm_keyboard/lm60n/lm60n.c b/keyboards/lm_keyboard/lm60n/lm60n.c
new file mode 100644
index 0000000000..91b010c6bd
--- /dev/null
+++ b/keyboards/lm_keyboard/lm60n/lm60n.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 gkeyboard
+ *
+ * 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 "lm60n.h"