Skip to content

Commit

Permalink
Decreased tapping term
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruff committed Jun 27, 2024
1 parent 47aa91b commit e63cfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/sofle_choc/keymaps/aruff_sofle_choc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// Tapping term is the time (in ms) before a tap becomes a hold
#ifdef TAPPING_TERM
#undef TAPPING_TERM // undefine TAPPING_TERM if it is already defined
#define TAPPING_TERM 200
#define TAPPING_TERM 180
#endif
#define PERMISSIVE_HOLD

Expand All @@ -54,5 +54,5 @@
//----------------------------------------------------------------------
// OLED Settings
//----------------------------------------------------------------------
#define OLED_TIMEOUT 120000
#define OLED_TIMEOUT 12000
#define OLED_BRIGHTNESS 120

0 comments on commit e63cfee

Please sign in to comment.