Skip to content

Commit

Permalink
improving clicky stability, tuned down clicky delay duration
Browse files Browse the repository at this point in the history
  • Loading branch information
era1112 committed Jan 27, 2022
1 parent c84f75a commit bf7c82a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/preonic/keymaps/Era1112/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define AUDIO_CLICKY_FREQ_DEFAULT 800.0f // Default 440
#define AUDIO_CLICKY_FREQ_MAX 1500.0f // Defaul 1500
#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f // Default 0.05
#define AUDIO_CLICKY_DELAY_DURATION 0.5f // Default 1
#define AUDIO_CLICKY_DELAY_DURATION 0.1f // Default 1
#endif //AUDIO_ENABLE

#define RGBLIGHT_SLEEP // RGB lights turn off when host sleeps
Expand Down
1 change: 0 additions & 1 deletion keyboards/preonic/keymaps/Era1112/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ td_state_t cur_dance(qk_tap_dance_state_t* state) {
if (state->count == 1) {
if (state->interrupted || !state->pressed) {
return TD_1_TAP;
}
// Key has not been interrupted, but the key is still held. Means you want to send a 'HOLD'.
} else {
return TD_1_HOLD;
Expand Down

0 comments on commit bf7c82a

Please sign in to comment.