Browse Source

Update `BOTTOMING_CALIBRATION_THRESHOLD`

pull/23175/head
Cipulot 3 weeks ago
parent
commit
1fca5a2a1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/cipulot/ec_menhir/config.h

+ 1
- 1
keyboards/cipulot/ec_menhir/config.h View File

@ -51,7 +51,7 @@
#define DEFAULT_EXTREMUM 1023
#define EXPECTED_NOISE_FLOOR 0
#define NOISE_FLOOR_THRESHOLD 50
#define BOTTOMING_CALIBRATION_THRESHOLD 100
#define BOTTOMING_CALIBRATION_THRESHOLD 50
#define DEFAULT_NOISE_FLOOR_SAMPLING_COUNT 30
#define DEFAULT_BOTTOMING_READING 1023
#define DEFAULT_CALIBRATION_STARTER true


Loading…
Cancel
Save