aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/bioi/morgan65
diff options
context:
space:
mode:
authorJoel Challis2024-05-21 14:25:28 +0200
committerGitHub2024-05-21 14:25:28 +0200
commit3400908b08284a8e2e17efa19053af874cd44e0c (patch)
tree650ee59426bae11c83c694f1081b754986b071a3 /keyboards/bioi/morgan65
parent73f9fb91a391555748d4839161154b98f95eb8fc (diff)
Move VIA config to keymap level (#23754)
Diffstat (limited to 'keyboards/bioi/morgan65')
-rw-r--r--keyboards/bioi/morgan65/config.h2
-rw-r--r--keyboards/bioi/morgan65/keymaps/via/config.h20
2 files changed, 20 insertions, 2 deletions
diff --git a/keyboards/bioi/morgan65/config.h b/keyboards/bioi/morgan65/config.h
index 78f53856f7..9f005f2d79 100644
--- a/keyboards/bioi/morgan65/config.h
+++ b/keyboards/bioi/morgan65/config.h
@@ -20,5 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key combination for magic key command */
#define KEYBOARD_LOCK_ENABLE
#define MAGIC_KEY_LOCK L
-
-#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1
diff --git a/keyboards/bioi/morgan65/keymaps/via/config.h b/keyboards/bioi/morgan65/keymaps/via/config.h
new file mode 100644
index 0000000000..6dafe92cba
--- /dev/null
+++ b/keyboards/bioi/morgan65/keymaps/via/config.h
@@ -0,0 +1,20 @@
+/*
+Copyright 2019 Basic I/O Instruments(Scott Wei) <scot.wei@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
+
+#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1