Followup to LCD button tweak

This commit is contained in:
Scott Lahteine 2018-05-22 18:28:02 -05:00
parent c76a466ba9
commit 0a0f2a5857
2 changed files with 12 additions and 16 deletions

View file

@ -5503,11 +5503,9 @@ void lcd_reset_alert_level() { lcd_status_message_level = 0; }
#if BUTTON_EXISTS(EN1)
if (BUTTON_PRESSED(EN1)) newbutton |= EN_A;
#endif
#if BUTTON_EXISTS(EN2)
if (BUTTON_PRESSED(EN2)) newbutton |= EN_B;
#endif
#if BUTTON_EXISTS(ENC)
if (BUTTON_PRESSED(ENC)) newbutton |= EN_C;
#endif