Skip to content

Commit

Permalink
Remove RGB_DI_PIN ifdefs (qmk#20218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 3, 2023
1 parent f5639fc commit ce85273
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions keyboards/sandy/dn0020/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* RGB LED */
#define WS2812_DI_PIN B7
#ifdef WS2812_DI_PIN
#define RGBLED_NUM 4 // Left(2) + Right(2)
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
Expand All @@ -44,7 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LAYERS_RETAIN_VAL // set layer brightness to RGB Light's value (as returned by rgblight_get_val())
#define RGBLIGHT_LAYER_BLINK // Enable Blink function
#define RGBLIGHT_MAX_LAYERS 11 // Default 8.
#endif

/* External EEPROM for Dynamic keymap (VIA / Remap) */
// Use 24LC64 type EEPROM
Expand Down
2 changes: 0 additions & 2 deletions keyboards/sandy/dn0030/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* RGB LED */
#define WS2812_DI_PIN B7
#ifdef WS2812_DI_PIN
#define RGBLED_NUM 18 // Front(2) + UnderGlow(2)
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
Expand All @@ -49,7 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF // Overriding RGB Lighting on/off status
#define RGBLIGHT_LAYER_BLINK // Enable Blink function
#define RGBLIGHT_MAX_LAYERS 11 // Default 8.
#endif

/* External EEPROM for Dynamic keymap (VIA / Remap) */
// Use 24LC64 type EEPROM
Expand Down
2 changes: 0 additions & 2 deletions keyboards/sandy/v01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* RGB LED */
#define WS2812_DI_PIN B7
#ifdef WS2812_DI_PIN
#define RGBLED_NUM 4 // Left(2) + Right(2)
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
Expand All @@ -44,7 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LAYERS_RETAIN_VAL // set layer brightness to RGB Light's value (as returned by rgblight_get_val())
#define RGBLIGHT_LAYER_BLINK // Enable Blink function
#define RGBLIGHT_MAX_LAYERS 10 // Default 8.
#endif

/* External EEPROM for Dynamic keymap (VIA / Remap) */
// Use 24LC64 type EEPROM
Expand Down

0 comments on commit ce85273

Please sign in to comment.