Remove stale variant.h defines (#9470)

* Remove noop CANNED_MESSAGE_MODULE_ENABLE define

* Remove over-eager warning removal

* Remove unused LED_CONN

* Dead defines removal

* Rename oddball LED pin name

* Rename second oddball LED pin name

* Remove another dead define
This commit is contained in:
Jonathan Bennett
2026-01-29 10:58:06 -06:00
committed by GitHub
parent 61b39acc7d
commit 45fbc0f9d3
56 changed files with 11 additions and 141 deletions
@@ -50,11 +50,11 @@ extern "C" {
#define EEPROM_POWER 7
// LED
#define red_LED_PIN 33
#define LED_POWER red_LED_PIN
#define LED_RED 33
#define LED_POWER LED_RED
#define LED_CHARGE LED_POWER // Signals the Status LED Module to handle this LED
#define green_LED_PIN 35
#define PIN_LED2 green_LED_PIN
#define LED_GREEN 35
#define PIN_LED2 LED_GREEN
#define LED_BLUE 37
#define LED_PAIRING LED_BLUE // Signals the Status LED Module to handle this LED