Add 'BTN_ENC_EN' for SKR V1.4 with DOGM (#19796)

This commit is contained in:
Gurmeet Athwal
2020-10-25 06:11:52 +05:30
committed by GitHub
parent b6508c4bd1
commit 62ba799d72
3 changed files with 18 additions and 2 deletions

View File

@@ -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