diff options
author | Joel Challis <git@zvecr.com> | 2023-11-13 22:30:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 09:30:19 +1100 |
commit | 1efc79063c5bc5fae6766f7555738b122ef8988d (patch) | |
tree | e1fdbc9f288736477a067f3094fe3280d2857325 /keyboards/acheron/themis/88htsc | |
parent | de3c42125b661f62757f8ee4f6184c089340d3a0 (diff) |
Migrate some EEPROM config to info.json (#22434)
Diffstat (limited to 'keyboards/acheron/themis/88htsc')
-rw-r--r-- | keyboards/acheron/themis/88htsc/config.h | 3 | ||||
-rw-r--r-- | keyboards/acheron/themis/88htsc/info.json | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/acheron/themis/88htsc/config.h b/keyboards/acheron/themis/88htsc/config.h index 8a1ff48583..605594eea2 100644 --- a/keyboards/acheron/themis/88htsc/config.h +++ b/keyboards/acheron/themis/88htsc/config.h @@ -28,6 +28,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 4096 -#define WEAR_LEVELING_BACKING_SIZE 8192 diff --git a/keyboards/acheron/themis/88htsc/info.json b/keyboards/acheron/themis/88htsc/info.json index cfce0702eb..073a16e946 100644 --- a/keyboards/acheron/themis/88htsc/info.json +++ b/keyboards/acheron/themis/88htsc/info.json @@ -21,6 +21,11 @@ "nkro": true }, "diode_direction": "COL2ROW", + "eeprom": { + "wear_leveling": { + "backing_size": 8192 + } + }, "ws2812": { "pin": "B15" }, |