mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 15:12:02 +00:00
update default values
This commit is contained in:
parent
f959d55ba0
commit
85b26762ee
@ -74,6 +74,7 @@ void matrix_init_custom(void) {
|
||||
// initialize_SMA_filter(&keys[1][i], SMA_FILTER_SAMPLE_EXPONENT);
|
||||
}
|
||||
|
||||
// eeconfig_init_kb();
|
||||
matrix_init_pins();
|
||||
generate_lut();
|
||||
pressedAdcValue = distance_to_adc(255);
|
||||
|
@ -15,10 +15,10 @@ SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
analog_config g_config = {
|
||||
.mode = dynamic_actuation,
|
||||
.actuation_point = 32,
|
||||
.actuation_point = 48,
|
||||
.press_sensitivity = 32,
|
||||
.release_sensitivity = 32,
|
||||
.press_hysteresis = 5,
|
||||
.press_hysteresis = 0,
|
||||
.release_hysteresis = 5
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user