🐛 TM3D fixes and improvements
Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
This commit is contained in:
@@ -655,7 +655,9 @@
|
||||
|
||||
#define BEEPER_PIN EXP1_10_PIN
|
||||
#define BTN_ENC EXP1_09_PIN
|
||||
#define SD_DETECT_PIN EXP2_04_PIN
|
||||
#ifndef SD_DETECT_PIN
|
||||
#define SD_DETECT_PIN EXP2_04_PIN
|
||||
#endif
|
||||
|
||||
#ifndef KILL_PIN
|
||||
#define KILL_PIN EXP2_03_PIN
|
||||
|
@@ -172,8 +172,13 @@
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#define LED_CONTROL_PIN PA13
|
||||
#define CASE_LIGHT_PIN PA13
|
||||
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN PA8
|
||||
#endif
|
||||
|
||||
#define SUICIDE_PIN PC13
|
||||
#ifndef SUICIDE_PIN_INVERTING
|
||||
#define SUICIDE_PIN_INVERTING false
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user