Update crosses.c

Better out of the box CPI
This commit is contained in:
Vincent Franco 2025-06-09 09:33:37 -05:00 committed by GitHub
parent a84f6524c1
commit f7065c9005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ void debug_config_to_console(global_user_config_t* config) {
void eeconfig_init_kb(void) { void eeconfig_init_kb(void) {
global_user_config.raw = 0; global_user_config.raw = 0;
global_user_config.mse_cpi = MIN_DEFAULT_DPI; global_user_config.mse_cpi = 400;
write_config_to_eeprom(&global_user_config); write_config_to_eeprom(&global_user_config);
debug_config_to_console(&global_user_config); debug_config_to_console(&global_user_config);