🎨 Misc. style and cleanup

This commit is contained in:
Scott Lahteine
2022-01-19 02:20:32 -06:00
parent 7b4f5108ac
commit 8ea172cafe
7 changed files with 7 additions and 9 deletions

View File

@ -136,7 +136,7 @@
#define EXP1_3 PB7
#endif
#if EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
#if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
/**
* ------ ------ ------
* (ENT) |10 9 | (BEEP) |10 9 | |10 9 |

View File

@ -187,7 +187,7 @@
#error "Define RET6_12864_LCD or VET6_12864_LCD to select pins for CR10_STOCKDISPLAY with the Creality V4 controller."
#endif
#elif EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
#elif HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
// RET6 DWIN ENCODER LCD
#define BTN_ENC PB14

View File

@ -216,7 +216,7 @@
#define BTN_EN1 EXP1_08_PIN
#define BTN_EN2 EXP1_06_PIN
#elif EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
#elif HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
// RET6 DWIN ENCODER LCD
#define BTN_ENC PB14