Add 'BTN_ENC_EN' for SKR V1.4 with DOGM (#19796)
This commit is contained in:
@@ -147,6 +147,9 @@
|
||||
#if defined(BTN_EN2) && BTN_EN2 >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, BTN_EN2)
|
||||
#endif
|
||||
#if defined(BTN_ENC_EN) && BTN_ENC_EN >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, BTN_ENC_EN)
|
||||
#endif
|
||||
#if defined(BTN_ENC) && BTN_ENC >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, BTN_ENC)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user