summaryrefslogtreecommitdiff
path: root/keyboards/gmmk/gmmk2/p96/iso
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-12 06:47:12 +0100
committerGitHub <noreply@github.com>2023-09-12 06:47:12 +0100
commit909054c35772ae62d6d2de0cefd1bef18762e754 (patch)
tree10a7be9d4ef2e3b6962e108beea3f29514ef0f4c /keyboards/gmmk/gmmk2/p96/iso
parent06cec720dde5e4c9acfb476cbdf3e098a2172eee (diff)
Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)
Diffstat (limited to 'keyboards/gmmk/gmmk2/p96/iso')
-rw-r--r--keyboards/gmmk/gmmk2/p96/iso/info.json6
-rw-r--r--keyboards/gmmk/gmmk2/p96/iso/rules.mk2
2 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/gmmk/gmmk2/p96/iso/info.json b/keyboards/gmmk/gmmk2/p96/iso/info.json
index 6534d28027..672bdb4e49 100644
--- a/keyboards/gmmk/gmmk2/p96/iso/info.json
+++ b/keyboards/gmmk/gmmk2/p96/iso/info.json
@@ -19,6 +19,12 @@
"rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "B10", "B11", "B12", "B13"]
},
"diode_direction": "COL2ROW",
+ "eeprom": {
+ "driver": "wear_leveling",
+ "wear_leveling": {
+ "driver": "spi_flash"
+ }
+ },
"processor": "WB32F3G71",
"bootloader": "wb32-dfu",
"layouts": {
diff --git a/keyboards/gmmk/gmmk2/p96/iso/rules.mk b/keyboards/gmmk/gmmk2/p96/iso/rules.mk
index a076e01916..2d2e9895fd 100644
--- a/keyboards/gmmk/gmmk2/p96/iso/rules.mk
+++ b/keyboards/gmmk/gmmk2/p96/iso/rules.mk
@@ -11,5 +11,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality.
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow.
AUDIO_ENABLE = no # Audio output.
RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects.
-EEPROM_DRIVER = wear_leveling
-WEAR_LEVELING_DRIVER = spi_flash