docs: clarify that two fields don't fit into uint8_t eeprom

This commit is contained in:
Mark Stosberg 2025-02-22 08:32:05 -05:00
parent 2be1ec65c7
commit 692472f4b7

View File

@ -26,8 +26,8 @@ typedef union {
uint8_t scrl_div;
uint8_t rotation_angle;
int8_t scrl_inv;
bool scrl_mode;
report_mouse_t last_mouse;
bool scrl_mode; // Not saved to EEPROM
report_mouse_t last_mouse; // Not saved to EEPROM
};
} cocot_config_t;