|
@@ -144,9 +144,11 @@
|
144
|
144
|
//
|
145
|
145
|
// Misc. Functions
|
146
|
146
|
//
|
147
|
|
-#undef DOGLCD_A0 // steal pin 44 for the case light
|
148
|
|
-#define DOGLCD_A0 57
|
149
|
147
|
#if ENABLED(OK_TO_CHANGE_CASE_LIGHT)
|
|
148
|
+ #undef DOGLCD_A0 // steal pin 44 for the case light; if you have a Viki2 and have connected it
|
|
149
|
+ #define DOGLCD_A0 57 // following the Panucatt wiring diagram, you may need to tweak these pin assignments
|
|
150
|
+ // as the wiring diagram uses pin 44 for DOGLCD_A0
|
|
151
|
+
|
150
|
152
|
#undef CASE_LIGHT_PIN
|
151
|
153
|
#define CASE_LIGHT_PIN 44 // must have a hardware PWM
|
152
|
154
|
#endif
|