Skip to content

Commit

Permalink
Fix GTR NeoPixel pin with FYSETC Mini12864 (MarlinFirmware#20203)
Browse files Browse the repository at this point in the history
  • Loading branch information
onfoot authored and tharts committed Jan 6, 2021
1 parent 10f7954 commit 16cbc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
#define RGB_LED_B_PIN PG5
#endif
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define NEOPIXEL_PIN PF13
#define NEOPIXEL_PIN PG7
#endif
#endif // !FYSETC_MINI_12864

Expand Down

0 comments on commit 16cbc37

Please sign in to comment.