🎨 Misc. code cleanup

This commit is contained in:
Scott Lahteine
2021-11-07 01:11:51 -06:00
committed by Scott Lahteine
parent 0273a68587
commit 6f9f25dbb2
4 changed files with 15 additions and 14 deletions

View File

@ -54,7 +54,7 @@
//
// Limit Switches
//
//
#define X_STOP_PIN PD8
#define Y_STOP_PIN PD15
#define Z_MIN_PIN PA11
@ -173,7 +173,7 @@
#define LCD_PINS_D5 PE7
#define LCD_PINS_D6 PB2
#define LCD_PINS_D7 PB1
#if ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
#define BTN_ENC_EN LCD_PINS_D7 // Detect the presence of the encoder
#endif