mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-30 00:16:46 -05:00
Additional debounce control parameters for rotary encoder settings (for bad/noisy encoders) (#2841)
* Added debounce control options for rotary encoder settings * ran format-code.sh to adjust whitespace --------- Co-authored-by: Robert McKay <robert.mckay@ubermorgen.land>
This commit is contained in:
parent
81afec9ea4
commit
bf18851b6b
8 changed files with 144 additions and 64 deletions
|
|
@ -259,6 +259,13 @@ void set_encoder_rate_multiplier(uint8_t v);
|
|||
bool encoder_dial_direction();
|
||||
void set_encoder_dial_direction(bool v);
|
||||
|
||||
uint8_t encoder_consecutive_hits();
|
||||
void set_encoder_consecutive_hits(uint8_t v);
|
||||
uint8_t encoder_cooldown_ms();
|
||||
void set_encoder_cooldown_ms(uint8_t v);
|
||||
uint8_t encoder_debounce_ms();
|
||||
void set_encoder_debounce_ms(uint8_t v);
|
||||
|
||||
uint32_t config_mode_storage_direct();
|
||||
void set_config_mode_storage_direct(uint32_t v);
|
||||
bool config_disable_config_mode_direct();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue