aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/kbd75hs
diff options
context:
space:
mode:
authorJoel Challis2024-05-21 14:25:28 +0200
committerGitHub2024-05-21 14:25:28 +0200
commit3400908b08284a8e2e17efa19053af874cd44e0c (patch)
tree650ee59426bae11c83c694f1081b754986b071a3 /keyboards/kbdfans/kbd75hs
parent73f9fb91a391555748d4839161154b98f95eb8fc (diff)
Move VIA config to keymap level (#23754)
Diffstat (limited to 'keyboards/kbdfans/kbd75hs')
-rw-r--r--keyboards/kbdfans/kbd75hs/config.h2
-rw-r--r--keyboards/kbdfans/kbd75hs/keymaps/via/config.h19
2 files changed, 19 insertions, 2 deletions
diff --git a/keyboards/kbdfans/kbd75hs/config.h b/keyboards/kbdfans/kbd75hs/config.h
index 05ad34d3f5..4c42ba3c62 100644
--- a/keyboards/kbdfans/kbd75hs/config.h
+++ b/keyboards/kbdfans/kbd75hs/config.h
@@ -17,5 +17,3 @@
#pragma once
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_EFFECT_RAINBOW_MOOD + 6)
-
-#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
diff --git a/keyboards/kbdfans/kbd75hs/keymaps/via/config.h b/keyboards/kbdfans/kbd75hs/keymaps/via/config.h
new file mode 100644
index 0000000000..e777326dd5
--- /dev/null
+++ b/keyboards/kbdfans/kbd75hs/keymaps/via/config.h
@@ -0,0 +1,19 @@
+/* Copyright 2021 DZTECH <moyi4681@Live.cn>
+ *
+ * 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 VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2