Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
This commit is contained in:
parent
fe6b8edd58
commit
faaaa134fd
448 changed files with 594 additions and 627 deletions
|
@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
||||
#define DEBOUNCING_DELAY 5
|
||||
#define DEBOUNCE 5
|
||||
|
||||
/* number of backlight levels */
|
||||
#define BACKLIGHT_LEVELS 1
|
||||
|
@ -48,4 +48,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define BOOTMAGIC_LITE_COLUMN 10
|
||||
|
||||
#define TAPPING_TERM 200
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue