Add HAS_PIN_27_BOARD for CREALITY_V4 (#20446)
Co-authored-by: ellensp <ellensp@hotmsil.com>
This commit is contained in:
parent
087a6fea13
commit
2eab920935
@ -58,7 +58,11 @@
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#ifndef HAS_PIN_27_BOARD
|
||||
#define SERVO0_PIN PB0 // BLTouch OUT
|
||||
#else
|
||||
#define SERVO0_PIN PC6
|
||||
#endif
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
@ -156,7 +160,9 @@
|
||||
#define BTN_EN1 PB10
|
||||
#define BTN_EN2 PB14
|
||||
|
||||
#ifndef HAS_PIN_27_BOARD
|
||||
#define BEEPER_PIN PC6
|
||||
#endif
|
||||
|
||||
#elif ENABLED(VET6_12864_LCD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user