Browse Source

Fix pin mappings for Viki2 on Azteeg X5 GT (#10487)

Alexey Shvetsov 6 years ago
parent
commit
ad58b626a3
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/src/pins/pins_AZTEEG_X5_GT.h

+ 5
- 5
Marlin/src/pins/pins_AZTEEG_X5_GT.h View File

@@ -93,7 +93,7 @@
93 93
 //
94 94
 
95 95
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
96
-  #define BEEPER_PIN       P1_30
96
+  #define BEEPER_PIN       P1_31
97 97
   #define DOGLCD_A0        P2_06
98 98
   #define DOGLCD_CS        P0_16
99 99
 
@@ -101,11 +101,11 @@
101 101
   #define BTN_EN2          P3_26
102 102
   #define BTN_ENC          P2_11
103 103
 
104
-  //#define SD_DETECT_PIN    P1_18
105
-  //#define SDSS             P1_21
104
+  #define SD_DETECT_PIN    P1_18
105
+  #define SDSS             P1_21
106 106
 
107
-  #define STAT_LED_RED_PIN P0_26
108
-  #define STAT_LED_BLUE_PIN P1_21
107
+  #define STAT_LED_RED_PIN P1_19
108
+  #define STAT_LED_BLUE_PIN P1_20
109 109
 #endif
110 110
 
111 111
 //

Loading…
Cancel
Save