Skip to content

Commit

Permalink
fix behaviour with DETECT_STUCK_NOTES disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pierstitus committed Jun 7, 2021
1 parent 57dc45d commit 0549817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// #define BREAKPOINT_CALIBRATION // button sensitivity correction using a breakpoint fit
#define COMMON_CHANNEL_FILT // sample all channels together for crosstalk compensation

#define CALIB_OFFSET 1024
#define CALIB_OFFSET 4
#define CALIB_FORCE ((1<<18)/64)

#define AUX_BUTTON_DEBOUNCE_TIME 5
Expand Down

0 comments on commit 0549817

Please sign in to comment.