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

@@ -129,7 +129,6 @@
#define LCD_BACKLIGHT_PIN PD13
#if ENABLED(TOUCH_BUTTONS)
#define BTN_ENC PC13 // Not connected. TODO: Replace this hack to enable button code
#define TOUCH_CS_PIN PA7
#endif
#endif