summaryrefslogtreecommitdiff
path: root/keyboards/nemui/nemui.c
diff options
context:
space:
mode:
authorcBachoo <cosmin_cb@hotmail.com>2020-08-22 15:40:55 -0400
committerGitHub <noreply@github.com>2020-08-22 12:40:55 -0700
commitcf4b493c247c1e4f02f10cf62bc499ce2d001380 (patch)
tree1b30efa4c8efbb50d22e85504fb471786e4aae7b /keyboards/nemui/nemui.c
parent220b1c9db40d95271dcdd8d8050e46a2a3143c65 (diff)
[Keyboard] Nemui (#10020)
* added nemui layout * via support working * added license headers for c and h files * Update keyboards/nemui/keymaps/via/rules.mk * Update keyboards/nemui/nemui.c * Update keyboards/nemui/config.h * Update keyboards/nemui/readme.md * Update keyboards/nemui/rules.mk * removed nemui.json as it was supposed to only be in via repo * Update keyboards/nemui/keymaps/default/keymap.c * Update keyboards/nemui/info.json * Update keyboards/nemui/info.json * Update keyboards/nemui/keymaps/via/keymap.c * Update keyboards/nemui/keymaps/via/keymap.c
Diffstat (limited to 'keyboards/nemui/nemui.c')
-rw-r--r--keyboards/nemui/nemui.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/nemui/nemui.c b/keyboards/nemui/nemui.c
new file mode 100644
index 0000000000..cdfebb0555
--- /dev/null
+++ b/keyboards/nemui/nemui.c
@@ -0,0 +1,16 @@
+ /* Copyright 2020 Bachoo
+ *
+ * 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 "nemui.h"