summaryrefslogtreecommitdiff
path: root/keyboards/smithrune/magnus
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/smithrune/magnus')
-rw-r--r--keyboards/smithrune/magnus/m75h/config.h3
-rw-r--r--keyboards/smithrune/magnus/m75h/info.json9
-rw-r--r--keyboards/smithrune/magnus/m75s/config.h3
-rw-r--r--keyboards/smithrune/magnus/m75s/info.json9
4 files changed, 16 insertions, 8 deletions
diff --git a/keyboards/smithrune/magnus/m75h/config.h b/keyboards/smithrune/magnus/m75h/config.h
index 310d7b1981..e72ba06969 100644
--- a/keyboards/smithrune/magnus/m75h/config.h
+++ b/keyboards/smithrune/magnus/m75h/config.h
@@ -27,6 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 1
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
#define WS2812_DMA_CHANNEL 6
-
-#define WEAR_LEVELING_LOGICAL_SIZE 2048
-#define WEAR_LEVELING_BACKING_SIZE 4096
diff --git a/keyboards/smithrune/magnus/m75h/info.json b/keyboards/smithrune/magnus/m75h/info.json
index 0592d2a7a6..a4f2ce5768 100644
--- a/keyboards/smithrune/magnus/m75h/info.json
+++ b/keyboards/smithrune/magnus/m75h/info.json
@@ -8,6 +8,14 @@
"pid": "0x1676",
"device_version": "0.0.1"
},
+ "build": {
+ "lto": true
+ },
+ "eeprom": {
+ "wear_leveling": {
+ "backing_size": 4096
+ }
+ },
"features": {
"audio": false,
"backlight": false,
@@ -16,7 +24,6 @@
"console": false,
"encoder": false,
"extrakey": true,
- "lto": true,
"mousekey": true,
"nkro": true,
"rgblight": true
diff --git a/keyboards/smithrune/magnus/m75s/config.h b/keyboards/smithrune/magnus/m75s/config.h
index 61f5f8e0a5..1e8874caa4 100644
--- a/keyboards/smithrune/magnus/m75s/config.h
+++ b/keyboards/smithrune/magnus/m75s/config.h
@@ -29,6 +29,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 1
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
#define WS2812_DMA_CHANNEL 6
-
-#define WEAR_LEVELING_LOGICAL_SIZE 2048
-#define WEAR_LEVELING_BACKING_SIZE 4096
diff --git a/keyboards/smithrune/magnus/m75s/info.json b/keyboards/smithrune/magnus/m75s/info.json
index da2f4e3eff..5b834631f7 100644
--- a/keyboards/smithrune/magnus/m75s/info.json
+++ b/keyboards/smithrune/magnus/m75s/info.json
@@ -8,6 +8,14 @@
"pid": "0x1675",
"device_version": "0.0.1"
},
+ "build": {
+ "lto": true
+ },
+ "eeprom": {
+ "wear_leveling": {
+ "backing_size": 4096
+ }
+ },
"features": {
"audio": false,
"backlight": true,
@@ -16,7 +24,6 @@
"console": false,
"encoder": false,
"extrakey": true,
- "lto": true,
"mousekey": true,
"nkro": true,
"rgblight": true