Add HAS_PIN_27_BOARD for CREALITY_V4 (#20446)

Co-authored-by: ellensp <ellensp@hotmsil.com>
This commit is contained in:
ellensp 2020-12-13 07:59:17 +13:00 committed by Scott Lahteine
parent d0c2b643f8
commit 5aebc9fb0c

View File

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