change one last 400 to 255

This commit is contained in:
peepeetee 2025-06-21 23:16:48 +08:00
parent 162a64c2be
commit f959d55ba0

View File

@ -76,7 +76,7 @@ void matrix_init_custom(void) {
matrix_init_pins(); matrix_init_pins();
generate_lut(); generate_lut();
pressedAdcValue = distance_to_adc(400); pressedAdcValue = distance_to_adc(255);
restAdcValue = distance_to_adc(0); restAdcValue = distance_to_adc(0);
wait_ms(100); // Let ADC reach steady state wait_ms(100); // Let ADC reach steady state
get_sensor_offsets(); get_sensor_offsets();