diff --git a/plugins/Kaleidoscope-Hardware-Keyboardio-Model100/src/kaleidoscope/device/keyboardio/Model100.h b/plugins/Kaleidoscope-Hardware-Keyboardio-Model100/src/kaleidoscope/device/keyboardio/Model100.h index a66579b8..18d0c0a1 100644 --- a/plugins/Kaleidoscope-Hardware-Keyboardio-Model100/src/kaleidoscope/device/keyboardio/Model100.h +++ b/plugins/Kaleidoscope-Hardware-Keyboardio-Model100/src/kaleidoscope/device/keyboardio/Model100.h @@ -19,10 +19,6 @@ #ifdef ARDUINO_keyboardio_model_100 -#ifndef EEPROM_EMULATION_SIZE -#define EEPROM_EMULATION_SIZE 4096 -#endif - #include #define CRGB(r, g, b) \ @@ -51,7 +47,7 @@ namespace device { namespace keyboardio { struct Model100StorageProps : public kaleidoscope::driver::storage::GD32FlashProps { - static constexpr uint16_t length = EEPROM_EMULATION_SIZE; + static constexpr uint16_t length = 16384; };