Skip to content

Commit

Permalink
Remove onboard LED pin definition from devices without an onboard LED (
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrainGoes authored Oct 19, 2023
1 parent 4081d8a commit b882be5
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 40 deletions.
6 changes: 2 additions & 4 deletions configs/FlatboxRev4/flatboxrev4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/FlatboxRev5/flatboxrev5.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/FlatboxRev5Southpaw/flatboxrev5.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/MavercadeKeebfighter/MavercadeKeebfighter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/OpenCore0/Open_Core0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/OpenCore0WASD/Open_Core0 WASD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/RanaTadpole/RanaTadpole.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/SGFDevices/sgfdevices.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/Stress/stress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down
6 changes: 2 additions & 4 deletions configs/WaveshareZero/wavesharezero.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand Down

0 comments on commit b882be5

Please sign in to comment.