🎨 Refactor MOSFET pins layout (#22983)

This commit is contained in:
Scott Lahteine
2021-10-19 05:59:48 -05:00
committed by GitHub
parent b69971f06a
commit 5f7c92dfbb
23 changed files with 175 additions and 289 deletions

View File

@@ -36,6 +36,6 @@
#if ENABLED(CASE_LIGHT_ENABLE)
#undef FAN_PIN
#ifndef CASE_LIGHT_PIN
#define CASE_LIGHT_PIN RAMPS_D9_PIN
#define CASE_LIGHT_PIN MOSFET_B_PIN
#endif
#endif