From b882be544786869244c87ecb5d50d03068c8894e Mon Sep 17 00:00:00 2001 From: TheTrain <32771064+TheTrainGoes@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:04:47 -0400 Subject: [PATCH] Remove onboard LED pin definition from devices without an onboard LED (#590) --- configs/FlatboxRev4/flatboxrev4.h | 6 ++---- configs/FlatboxRev5/flatboxrev5.h | 6 ++---- configs/FlatboxRev5Southpaw/flatboxrev5.h | 6 ++---- configs/MavercadeKeebfighter/MavercadeKeebfighter.h | 6 ++---- configs/OpenCore0/Open_Core0.h | 6 ++---- configs/OpenCore0WASD/Open_Core0 WASD.h | 6 ++---- configs/RanaTadpole/RanaTadpole.h | 6 ++---- configs/SGFDevices/sgfdevices.h | 6 ++---- configs/Stress/stress.h | 6 ++---- configs/WaveshareZero/wavesharezero.h | 6 ++---- 10 files changed, 20 insertions(+), 40 deletions(-) diff --git a/configs/FlatboxRev4/flatboxrev4.h b/configs/FlatboxRev4/flatboxrev4.h index 0ecda7c19..1605888f6 100644 --- a/configs/FlatboxRev4/flatboxrev4.h +++ b/configs/FlatboxRev4/flatboxrev4.h @@ -32,10 +32,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C --- diff --git a/configs/FlatboxRev5/flatboxrev5.h b/configs/FlatboxRev5/flatboxrev5.h index 591126037..933378fd5 100644 --- a/configs/FlatboxRev5/flatboxrev5.h +++ b/configs/FlatboxRev5/flatboxrev5.h @@ -31,10 +31,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C --- diff --git a/configs/FlatboxRev5Southpaw/flatboxrev5.h b/configs/FlatboxRev5Southpaw/flatboxrev5.h index ab37d2eeb..2da9cefa8 100644 --- a/configs/FlatboxRev5Southpaw/flatboxrev5.h +++ b/configs/FlatboxRev5Southpaw/flatboxrev5.h @@ -31,10 +31,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C --- diff --git a/configs/MavercadeKeebfighter/MavercadeKeebfighter.h b/configs/MavercadeKeebfighter/MavercadeKeebfighter.h index 19bca3ea8..ab5e22092 100644 --- a/configs/MavercadeKeebfighter/MavercadeKeebfighter.h +++ b/configs/MavercadeKeebfighter/MavercadeKeebfighter.h @@ -31,10 +31,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C --- diff --git a/configs/OpenCore0/Open_Core0.h b/configs/OpenCore0/Open_Core0.h index fc05dcffd..7d3154d40 100644 --- a/configs/OpenCore0/Open_Core0.h +++ b/configs/OpenCore0/Open_Core0.h @@ -21,10 +21,8 @@ #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- FLASH --- diff --git a/configs/OpenCore0WASD/Open_Core0 WASD.h b/configs/OpenCore0WASD/Open_Core0 WASD.h index 2a741f328..160396ef9 100644 --- a/configs/OpenCore0WASD/Open_Core0 WASD.h +++ b/configs/OpenCore0WASD/Open_Core0 WASD.h @@ -21,10 +21,8 @@ #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- FLASH --- diff --git a/configs/RanaTadpole/RanaTadpole.h b/configs/RanaTadpole/RanaTadpole.h index e9d31720a..9aa060705 100644 --- a/configs/RanaTadpole/RanaTadpole.h +++ b/configs/RanaTadpole/RanaTadpole.h @@ -21,10 +21,8 @@ #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- FLASH --- diff --git a/configs/SGFDevices/sgfdevices.h b/configs/SGFDevices/sgfdevices.h index 877dae201..020ae6144 100644 --- a/configs/SGFDevices/sgfdevices.h +++ b/configs/SGFDevices/sgfdevices.h @@ -32,10 +32,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C --- diff --git a/configs/Stress/stress.h b/configs/Stress/stress.h index 1c603747f..cca8eb892 100644 --- a/configs/Stress/stress.h +++ b/configs/Stress/stress.h @@ -32,10 +32,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// // no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C --- diff --git a/configs/WaveshareZero/wavesharezero.h b/configs/WaveshareZero/wavesharezero.h index 1a06f3be6..0ef785dd6 100644 --- a/configs/WaveshareZero/wavesharezero.h +++ b/configs/WaveshareZero/wavesharezero.h @@ -32,10 +32,8 @@ #define PICO_DEFAULT_UART_RX_PIN 1 #endif -// --- LED --- -#ifndef PICO_DEFAULT_LED_PIN -#define PICO_DEFAULT_LED_PIN 25 -#endif +// // no onboard LED + // no PICO_DEFAULT_WS2812_PIN // --- I2C ---