Fixing encoder pins for T4.1-Adapter-Board pin layout.

pull/32/head
Holger Wirtz 4 years ago
parent 288e1cbe72
commit d7651d2b15
  1. 7
      config.h

@ -237,9 +237,12 @@
#define ENC_R_PIN_B 29
#define BUT_R_PIN 30
#else
#define ENC_R_PIN_A 6
//#define ENC_R_PIN_A 6
//#define ENC_R_PIN_B 5
//#define BUT_R_PIN 8
#define ENC_R_PIN_A 24
#define ENC_R_PIN_B 5
#define BUT_R_PIN 8
#define BUT_R_PIN 9
#endif
#define BUT_DEBOUNCE_MS 20
#define LONG_BUTTON_PRESS 500

Loading…
Cancel
Save