Browse Source

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

vanilla_fb_2.0.x
ellensp 4 years ago
committed by GitHub
parent
commit
f13ca24ade
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/pins/ramps/pins_RAMPS.h

2
Marlin/src/pins/ramps/pins_RAMPS.h

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

Loading…
Cancel
Save