summaryrefslogtreecommitdiffstats
path: root/keyboards/mss_studio/m63_rgb/keymaps/via/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-12 05:52:09 +0000
committerQMK Bot <hello@qmk.fm>2022-05-12 05:52:09 +0000
commitec7801e2cbfaae5208a147e85157f82ceb0f1dbe (patch)
treeae979c54792ff9a3ce7f430c6b3f2617dcb087ba /keyboards/mss_studio/m63_rgb/keymaps/via/config.h
parentff9aca781aa7c9448033cfcaaa0f3e013993cf9f (diff)
parent8a4ef2b3c4a388a563c95e75eb744514a210dfe2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mss_studio/m63_rgb/keymaps/via/config.h')
-rw-r--r--keyboards/mss_studio/m63_rgb/keymaps/via/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/mss_studio/m63_rgb/keymaps/via/config.h b/keyboards/mss_studio/m63_rgb/keymaps/via/config.h
new file mode 100644
index 0000000000..db20f3b87b
--- /dev/null
+++ b/keyboards/mss_studio/m63_rgb/keymaps/via/config.h
@@ -0,0 +1,24 @@
+/* Copyright 2021 Mss Studio
+ * Copyright 2022 HorrorTroll <https://github.com/HorrorTroll>
+ *
+ * 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
+
+#define DYNAMIC_KEYMAP_LAYER_COUNT 2
+
+#ifdef RGB_MATRIX_ENABLE
+ #define VIA_QMK_RGBLIGHT_ENABLE
+#endif