Skip to content
Snippets Groups Projects
Commit ad58b626 authored by Alexey Shvetsov's avatar Alexey Shvetsov Committed by Scott Lahteine
Browse files

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

parent 9e07df5c
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@
//
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN P1_30
#define BEEPER_PIN P1_31
#define DOGLCD_A0 P2_06
#define DOGLCD_CS P0_16
......@@ -101,11 +101,11 @@
#define BTN_EN2 P3_26
#define BTN_ENC P2_11
//#define SD_DETECT_PIN P1_18
//#define SDSS P1_21
#define SD_DETECT_PIN P1_18
#define SDSS P1_21
#define STAT_LED_RED_PIN P0_26
#define STAT_LED_BLUE_PIN P1_21
#define STAT_LED_RED_PIN P1_19
#define STAT_LED_BLUE_PIN P1_20
#endif
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment