Question on HostOS plugin, I cannot save the OS in the eeprom through HostOS.os(kaleidoscope::hostos::MACOS)?

Hi,

I use HostOS to have different macro between Mac and Linux notably Ctrl / Cmd inversion.

I can set my type of OS through HostOS.os(kaleidoscope::hostos::MACOS) or retrieve the OS through HostOS.os(), but when I do HostOS.os(kaleidoscope::hostos::MACOS) it works until I unplug the keyboard.

It does not save it in the eeprom. I though the statement should do that but maybe I missed something.

So, how can I save the OS in the keyboard / eeprom after unplug?

Thank you in advance