summaryrefslogtreecommitdiff
path: root/keyboards/melgeek/mj61/config.h
diff options
context:
space:
mode:
authorMelGeek <65591833+melgeek001365@users.noreply.github.com>2020-09-24 09:45:43 +0800
committerGitHub <noreply@github.com>2020-09-23 18:45:43 -0700
commitf2dec4d3cf244a56bbe650c532adf69affbf6e94 (patch)
tree373efdab90ca52f965d3699ef3f04f8c134bc9b8 /keyboards/melgeek/mj61/config.h
parent8b9617f93dce6fdf1b4e003da3e120f9c6853d23 (diff)
[Keyboard] add MelGeek MJ61 (#10341)
* [Keyboard] Support MJ61 which is a 60% ANSI STD Hotswap RGB keyboard * Update keyboards/melgeek/mj61/mj61.c * Update keyboards/melgeek/mj61/mj61.c * [Keyboard] MJ61 Add license header for files and the link for readme * Update keyboards/melgeek/mj61/readme.md * Update keyboards/melgeek/mj61/rev1/config.h * Update keyboards/melgeek/mj61/rev1/rules.mk * Update keyboards/melgeek/mj61/mj61.c * Update keyboards/melgeek/mj61/mj61.c
Diffstat (limited to 'keyboards/melgeek/mj61/config.h')
-rw-r--r--keyboards/melgeek/mj61/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/melgeek/mj61/config.h b/keyboards/melgeek/mj61/config.h
new file mode 100644
index 0000000000..452b1c8728
--- /dev/null
+++ b/keyboards/melgeek/mj61/config.h
@@ -0,0 +1,19 @@
+/* Copyright 2020 MelGeek <melgeek001365@gmail.com>
+ *
+ * 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/>.
+ */
+
+#pragma once
+
+#include "config_common.h"