summaryrefslogtreecommitdiff
path: root/keyboards/keychron/v1
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-14 08:54:24 +0000
committerGitHub <noreply@github.com>2024-02-14 08:54:24 +0000
commit4a64d47f1268c037688b53cbf5bbecc17c5fec96 (patch)
treea356a34c9244c5b985556f133744dff81ee16973 /keyboards/keychron/v1
parent50c5403612018ae940af311078dfb760f9b0c2ce (diff)
Migrate WEAR_LEVELING_* to info.json (#23077)
Diffstat (limited to 'keyboards/keychron/v1')
-rw-r--r--keyboards/keychron/v1/config.h4
-rw-r--r--keyboards/keychron/v1/info.json5
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/keychron/v1/config.h b/keyboards/keychron/v1/config.h
index 9774e17341..80e01e0291 100644
--- a/keyboards/keychron/v1/config.h
+++ b/keyboards/keychron/v1/config.h
@@ -37,7 +37,3 @@
#define I2C1_TIMINGR_SCLL 51U
#define SNLED27351_PHASE_CHANNEL SNLED27351_SCAN_PHASE_9_CHANNEL
-
-/* EEPROM Driver Configuration */
-#define WEAR_LEVELING_LOGICAL_SIZE 2048
-#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2)
diff --git a/keyboards/keychron/v1/info.json b/keyboards/keychron/v1/info.json
index 35faaa62f9..94a45db562 100644
--- a/keyboards/keychron/v1/info.json
+++ b/keyboards/keychron/v1/info.json
@@ -1,4 +1,9 @@
{
+ "eeprom": {
+ "wear_leveling": {
+ "backing_size": 4096
+ }
+ },
"dip_switch": {
"matrix_grid": [ [5, 4] ]
},