Clean up Touch pins. Better up/down touch response. (#14900)

This commit is contained in:
Robby Candra
2019-08-10 13:42:52 +07:00
committed by Scott Lahteine
parent 8cc0b4bf5e
commit d2d71caa3b
7 changed files with 45 additions and 24 deletions

View File

@ -151,7 +151,7 @@
#define BUTTON_PRESSED(BN) !READ(BTN_## BN)
#if BUTTON_EXISTS(ENC)
#if BUTTON_EXISTS(ENC) || ENABLED(TOUCH_BUTTONS)
#define BLEN_C 2
#define EN_C _BV(BLEN_C)
#endif