Skip to content

Commit

Permalink
Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (qmk#20303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 2, 2023
1 parent cf0cbe3 commit 9373e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/sandy/dn0020/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif

/* RGB LED */
#define RGB_DI_PIN B7
#ifdef RGB_DI_PIN
#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 Down

0 comments on commit 9373e9e

Please sign in to comment.