Browse Source

Add missing MKS Robin TOUCH_CS_PIN (#15445)

Tanguy Pruvot 5 years ago
parent
commit
895f64fbab
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/stm32/pins_MKS_ROBIN.h

+ 4
- 0
Marlin/src/pins/stm32/pins_MKS_ROBIN.h View File

124
 #define FSMC_CS_PIN        PG12  // NE4
124
 #define FSMC_CS_PIN        PG12  // NE4
125
 #define FSMC_RS_PIN        PF0   // A0
125
 #define FSMC_RS_PIN        PF0   // A0
126
 
126
 
127
+#if ENABLED(TOUCH_BUTTONS)
128
+  #define TOUCH_CS_PIN     PB1
129
+#endif
130
+
127
 //
131
 //
128
 // Custom SPI pins
132
 // Custom SPI pins
129
 //
133
 //

Loading…
Cancel
Save