Browse Source

Shift/encoder pins not needed for ADC Keypad (#18335)

ellensp 4 years ago
parent
commit
f13ca24ade
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/ramps/pins_RAMPS.h

+ 1
- 1
Marlin/src/pins/ramps/pins_RAMPS.h View File

@@ -707,7 +707,7 @@
707 707
 
708 708
 #endif // HAS_SPI_LCD
709 709
 
710
-#if ENABLED(REPRAPWORLD_KEYPAD)
710
+#if ENABLED(REPRAPWORLD_KEYPAD) && DISABLED(ADC_KEYPAD)
711 711
   #define SHIFT_OUT                           40
712 712
   #define SHIFT_CLK                           44
713 713
   #define SHIFT_LD                            42

Loading…
Cancel
Save