Browse Source

Merge pull request #7005 from Diederikvanderpant/bugfix-1.1.x

added shift register pins for reprapworld keypad v1.1
Scott Lahteine 8 years ago
parent
commit
8326c1c279
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/pins_MEGATRONICS_2.h

+ 6
- 0
Marlin/pins_MEGATRONICS_2.h View File

131
 #define BTN_EN2            59
131
 #define BTN_EN2            59
132
 #define BTN_ENC            43
132
 #define BTN_ENC            43
133
 
133
 
134
+// Buttons that are attached using shift register of reprapworld keypad  v1.1
135
+#define SHIFT_CLK 63
136
+#define SHIFT_LD 42
137
+#define SHIFT_OUT 17
138
+#define SHIFT_EN 17
139
+
134
 //
140
 //
135
 // M3/M4/M5 - Spindle/Laser Control
141
 // M3/M4/M5 - Spindle/Laser Control
136
 //
142
 //

Loading…
Cancel
Save