📌 MKS pins for PSU_CONTROL (#22528)

This commit is contained in:
mks-viva
2021-08-07 22:17:43 -05:00
committed by Scott Lahteine
parent a4cd654e48
commit e0fa6ed4f8
14 changed files with 180 additions and 55 deletions

View File

@@ -226,6 +226,19 @@
//
#define LED_PIN P1_18 // Used as a status indicator
//
// Power Supply Control
//
#if ENABLED(PSU_CONTROL) // MKSPWC
#ifndef PS_ON_PIN
#define PS_ON_PIN P2_00 // Suggestion (SERVO)
#endif
#ifndef KILL_PIN
#define KILL_PIN P1_24 // Suggestion (Z+)
#define KILL_PIN_STATE HIGH
#endif
#endif
//
// RGB LED
//