Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin #20303

Merged
merged 39 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ef7a4af
Add `ws2812.pin` to schema and deprecate `rgblight.pin`
fauxpark Mar 30, 2023
e27cc63
Update docs with new define name
fauxpark Mar 30, 2023
1ea65cc
Update WS2812 drivers with new define name
fauxpark Mar 30, 2023
494fb53
Migrate `rgblight.pin` to `ws2812.pin`
fauxpark Mar 30, 2023
5f70133
Update define in layouts and userspace
fauxpark Mar 30, 2023
e1dd45c
Update define in keymaps
fauxpark Mar 30, 2023
b93a82d
Migrate `RGB_DI_PIN` to `ws2812.pin`, 0-9
fauxpark Mar 31, 2023
510aacf
Migrate `RGB_DI_PIN` to `ws2812.pin`, A
fauxpark Mar 31, 2023
4b653f7
Migrate `RGB_DI_PIN` to `ws2812.pin`, B
fauxpark Mar 31, 2023
852c0a7
Migrate `RGB_DI_PIN` to `ws2812.pin`, C
fauxpark Mar 31, 2023
2b4c179
Migrate `RGB_DI_PIN` to `ws2812.pin`, D
fauxpark Mar 31, 2023
ec9c095
Migrate `RGB_DI_PIN` to `ws2812.pin`, E
fauxpark Mar 31, 2023
f586ce2
Migrate `RGB_DI_PIN` to `ws2812.pin`, F
fauxpark Mar 31, 2023
ee4cebe
Migrate `RGB_DI_PIN` to `ws2812.pin`, G
fauxpark Mar 31, 2023
3a6ce2c
Migrate `RGB_DI_PIN` to `ws2812.pin`, H
fauxpark Mar 31, 2023
507179f
Migrate `RGB_DI_PIN` to `ws2812.pin`, handwired
fauxpark Mar 31, 2023
3938c8f
Migrate `RGB_DI_PIN` to `ws2812.pin`, I
fauxpark Mar 31, 2023
e6d55a2
Migrate `RGB_DI_PIN` to `ws2812.pin`, J
fauxpark Mar 31, 2023
8535609
Migrate `RGB_DI_PIN` to `ws2812.pin`, K
fauxpark Mar 31, 2023
be17730
Migrate `RGB_DI_PIN` to `ws2812.pin`, L
fauxpark Mar 31, 2023
85d6cdf
Migrate `RGB_DI_PIN` to `ws2812.pin`, M
fauxpark Mar 31, 2023
dadc764
Migrate `RGB_DI_PIN` to `ws2812.pin`, N
fauxpark Mar 31, 2023
7e1ead3
Migrate `RGB_DI_PIN` to `ws2812.pin`, O
fauxpark Mar 31, 2023
1c4c4d6
Migrate `RGB_DI_PIN` to `ws2812.pin`, P
fauxpark Mar 31, 2023
0c1b18b
Migrate `RGB_DI_PIN` to `ws2812.pin`, Q
fauxpark Mar 31, 2023
1c4699a
Migrate `RGB_DI_PIN` to `ws2812.pin`, R
fauxpark Mar 31, 2023
8bf5424
Migrate `RGB_DI_PIN` to `ws2812.pin`, S
fauxpark Mar 31, 2023
6001372
Migrate `RGB_DI_PIN` to `ws2812.pin`, T
fauxpark Mar 31, 2023
b61aa39
Migrate `RGB_DI_PIN` to `ws2812.pin`, U
fauxpark Mar 31, 2023
17506af
Migrate `RGB_DI_PIN` to `ws2812.pin`, V
fauxpark Mar 31, 2023
cd3901a
Migrate `RGB_DI_PIN` to `ws2812.pin`, W
fauxpark Mar 31, 2023
e06c04b
Migrate `RGB_DI_PIN` to `ws2812.pin`, X
fauxpark Mar 31, 2023
55fbd22
Migrate `RGB_DI_PIN` to `ws2812.pin`, Y
fauxpark Mar 31, 2023
bda58a4
Migrate `RGB_DI_PIN` to `ws2812.pin`, Z
fauxpark Mar 31, 2023
60c2fc9
Merge branch 'develop' into ws2812-pin
fauxpark Apr 1, 2023
bd96e52
Fix duplicate keys
fauxpark Apr 1, 2023
235f2c5
Merge branch 'develop' into ws2812-pin
fauxpark Apr 3, 2023
20311bf
Merge branch 'develop' into ws2812-pin
fauxpark Apr 4, 2023
5ccb2fb
Merge branch 'develop' into ws2812-pin
fauxpark Apr 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update define in keymaps
  • Loading branch information
fauxpark committed Mar 30, 2023
commit e1dd45c219c114cbdafef43946f6ec1f144f6b1e
4 changes: 2 additions & 2 deletions keyboards/40percentclub/gherkin/keymaps/itsaferbie/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#undef RGB_DI_PIN
#undef WS2812_DI_PIN
#undef RGBLED_NUM
#define RGB_DI_PIN D2
#define WS2812_DI_PIN D2
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
4 changes: 2 additions & 2 deletions keyboards/40percentclub/gherkin/keymaps/michel/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#undef RGB_DI_PIN
#undef WS2812_DI_PIN
#undef RGBLED_NUM
#define RGB_DI_PIN D3
#define WS2812_DI_PIN D3
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/ut47/keymaps/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGB_DI_PIN D3 // The pin the LED strip is connected to
#define WS2812_DI_PIN D3 // The pin the LED strip is connected to
#define RGBLED_NUM 7 // Number of LEDs in your strip
4 changes: 2 additions & 2 deletions keyboards/bastardkb/charybdis/3x5/keymaps/drashna/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define SPLIT_HAND_PIN C14 // high = left, low = right

// WS2812 RGB LED strip input and number of LEDs
# undef RGB_DI_PIN
# define RGB_DI_PIN A1
# undef WS2812_DI_PIN
# define WS2812_DI_PIN A1
# undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
# define WS2812_PWM_DRIVER PWMD2 // default: PWMD2
Expand Down
2 changes: 1 addition & 1 deletion keyboards/contra/keymaps/enigma/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#define RGB_DI_PIN F7
#define WS2812_DI_PIN F7
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
#define RGBLIGHT_EFFECT_SNAKE
#define RGBLED_NUM 12
Expand Down
2 changes: 1 addition & 1 deletion keyboards/contra/keymaps/maxr1998/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define TAPPING_TOGGLE 2

#define RGB_DI_PIN F7 // pin the DI on the WS2812B is hooked-up to
#define WS2812_DI_PIN F7 // pin the DI on the WS2812B is hooked-up to
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
4 changes: 2 additions & 2 deletions keyboards/crkbd/keymaps/vlukash_trackpad_right/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
#define MATRIX_COL_PINS { F4, F5, F6, F7, B7, D5 }

/* ws2812 RGB LED */
#undef RGB_DI_PIN
#define RGB_DI_PIN B5
#undef WS2812_DI_PIN
#define WS2812_DI_PIN B5
4 changes: 2 additions & 2 deletions keyboards/dp60/keymaps/indicator/led_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#undef RGB_DI_PIN
#define RGB_DI_PIN RGB_INDICATOR_PIN
#undef WS2812_DI_PIN
#define WS2812_DI_PIN RGB_INDICATOR_PIN
#define ws2812_setleds indicator_setleds
#define ws2812_setleds_pin indicator_setleds_pin
#include "ws2812_bitbang.c"
Expand Down
2 changes: 1 addition & 1 deletion keyboards/eco/keymaps/bcat/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define BCAT_ORTHO_LAYERS

/* WS2812B RGB LED strip hand wired to Elite-C. */
#define RGB_DI_PIN B7
#define WS2812_DI_PIN B7
#define RGBLED_NUM 15
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand Down
2 changes: 1 addition & 1 deletion keyboards/evyd13/gh80_3700/keymaps/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#define RGB_DI_PIN B2
#define WS2812_DI_PIN B2
#define RGBLED_NUM 8
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand Down
2 changes: 1 addition & 1 deletion keyboards/evyd13/plain60/keymaps/kwerdenker/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* RGB Underglow */
#define RGB_DI_PIN B7
#define WS2812_DI_PIN B7
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/evyd13/plain60/keymaps/rgb/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define RGB_DI_PIN B0
#define WS2812_DI_PIN B0
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/fc660c/keymaps/default_rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/*RGB*/
/*Repurpose Insert LED */
#define RGB_DI_PIN B5
#define WS2812_DI_PIN B5
#define RGBLED_NUM 16
#define RGBLIGHT_DEFAULT_HUE 127
#define RGBLIGHT_HUE_STEP 8
Expand Down
2 changes: 1 addition & 1 deletion keyboards/fc660c/keymaps/via_rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/*RGB*/
/*Repurpose Insert LED */
#define RGB_DI_PIN B5
#define WS2812_DI_PIN B5
#define RGBLED_NUM 16
#define RGBLIGHT_DEFAULT_HUE 127
#define RGBLIGHT_HUE_STEP 8
Expand Down
2 changes: 1 addition & 1 deletion keyboards/gh60/revc/keymaps/dbroqua/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define RGB_DI_PIN F4
#define WS2812_DI_PIN F4
#define RGBLED_NUM 11
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand Down
2 changes: 1 addition & 1 deletion keyboards/gh60/revc/keymaps/maxr1998/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include "../../config.h"

#define RGB_DI_PIN F4 // pin the DI on the WS2812B is hooked-up to
#define WS2812_DI_PIN F4 // pin the DI on the WS2812B is hooked-up to
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/gh60/revc/keymaps/robotmaxtron/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define RGB_DI_PIN F4
#define WS2812_DI_PIN F4
#define RGBLED_NUM 8
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand Down
4 changes: 2 additions & 2 deletions keyboards/gh60/satan/keymaps/fakb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#define MOUSEKEY_WHEEL_MAX_SPEED 1
#define MOUSEKEY_WHEEL_TIME_TO_MAX 255

#undef RGB_DI_PIN
#define RGB_DI_PIN B2
#undef WS2812_DI_PIN
#define WS2812_DI_PIN B2
4 changes: 2 additions & 2 deletions keyboards/gh60/satan/keymaps/iso_split_rshift/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../../config.h"

// only change
#undef RGB_DI_PIN
#define RGB_DI_PIN B2
#undef WS2812_DI_PIN
#define WS2812_DI_PIN B2

#endif
4 changes: 2 additions & 2 deletions keyboards/gh60/satan/keymaps/olligranlund_iso/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define BACKLIGHT_LEVELS 10

// Underlight configuration
#undef RGB_DI_PIN
#define RGB_DI_PIN B2
#undef WS2812_DI_PIN
#define WS2812_DI_PIN B2
#undef RGBLED_NUM
#define RGBLED_NUM 16 // Number of LEDs
#undef RGBLIGHT_HUE_STEP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#define SPLIT_HAND_PIN F6

// WS2812 RGB LED strip input and number of LEDs
#undef RGB_DI_PIN
#undef WS2812_DI_PIN
#undef RGBLED_NUM
#define RGB_DI_PIN F4
#define WS2812_DI_PIN F4
#define RGBLED_NUM 52
#define RGBLED_SPLIT {26, 26}
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define USE_I2C
#define SPLIT_HAND_PIN F6

#undef RGB_DI_PIN
#undef WS2812_DI_PIN
#undef RGBLED_NUM

#define DEBOUNCE 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_WHEEL_MAX_SPEED 3

// RGB backlight
#undef RGB_DI_PIN
#define RGB_DI_PIN D3
#undef WS2812_DI_PIN
#define WS2812_DI_PIN D3
#undef RGBLED_NUM
#define RGBLED_NUM 30
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
// Rows are doubled-up

#undef RGB_DI_PIN
#define RGB_DI_PIN F5
#undef WS2812_DI_PIN
#define WS2812_DI_PIN F5

#undef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D0
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/minorca/keymaps/rgb/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

/* ws2812 RGB LED */
#define RGB_DI_PIN D5
#define WS2812_DI_PIN D5
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/kapcave/gskt00/keymaps/default-poly/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENCODERS_PAD_A { D5 }
#define ENCODERS_PAD_B { D3 }

#define RGB_DI_PIN D0
#define WS2812_DI_PIN D0
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keycapsss/kimiko/keymaps/oriaj3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#ifdef RGB_MATRIX_ENABLE

// The pin connected to the data pin of the LEDs
#define RGB_DI_PIN D3
#define WS2812_DI_PIN D3
// The number of LEDs connected
#define RGB_MATRIX_LED_COUNT 60
#define RGBLED_NUM 60
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keyhive/navi10/keymaps/devdev/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TERM 220

#ifdef RGBLIGHT_ENABLE
#define RGB_DI_PIN D3
#define WS2812_DI_PIN D3
#define RGBLED_NUM 3

#define RGBLIGHT_LIMIT_VAL 120
Expand Down
2 changes: 1 addition & 1 deletion keyboards/kingly_keys/romac/keymaps/stanrc85/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#undef RGBLED_NUM
#define RGBLED_NUM 16

#define RGB_DI_PIN F4
#define WS2812_DI_PIN F4
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
Expand Down
2 changes: 1 addition & 1 deletion keyboards/labbe/labbeminiv1/keymaps/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#pragma once

// ws2812 options
#define RGB_DI_PIN C7 // pin the DI on the ws2812 is hooked-up to
#define WS2812_DI_PIN C7 // pin the DI on the ws2812 is hooked-up to

#define RGBLED_NUM 4 // number of LEDs
#define RGBLIGHT_DEFAULT_MODE 6 // set the rainbow mode
Expand Down
2 changes: 1 addition & 1 deletion keyboards/labbe/labbeminiv1/keymaps/rgbmatrix/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#pragma once

// ws2812 options
#define RGB_DI_PIN C7 // pin the DI on the ws2812 is hooked-up to
#define WS2812_DI_PIN C7 // pin the DI on the ws2812 is hooked-up to
#define RGBLED_NUM 4 // number of LEDs
#define RGB_MATRIX_LED_COUNT RGBLED_NUM

Expand Down
4 changes: 2 additions & 2 deletions keyboards/lets_split/keymaps/shaymdev/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define _MASTER_RIGHT
// #define EE_HANDS

#undef RGB_DI_PIN
#define RGB_DI_PIN D3
#undef WS2812_DI_PIN
#define WS2812_DI_PIN D3
#undef RGBLED_NUM
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand Down
2 changes: 1 addition & 1 deletion keyboards/lets_split/keymaps/zer09/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* ws2812 RGB LED */
#undef RGBLED_NUM
#define RGB_DI_PIN D3
#define WS2812_DI_PIN D3

#define RGBLED_NUM 50
#endif
2 changes: 1 addition & 1 deletion keyboards/maple_computing/c39/keymaps/drashna/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define MATRIX_ROW_PINS \
{ B7, B1, B0 }

#define RGB_DI_PIN B10
#define WS2812_DI_PIN B10
#define RGBLED_NUM 15

#define SOLENOID_PIN B11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
)

#ifdef RGBLIGHT_ENABLE
# define RGB_DI_PIN D0
# define WS2812_DI_PIN D0
# define RGBLED_NUM 4
#endif // !RGBLIGHT_ENABLE
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#pragma once

/* Underlight Configuration */
#undef RGB_DI_PIN
#define RGB_DI_PIN F4
#undef WS2812_DI_PIN
#define WS2812_DI_PIN F4
#undef RGBLED_NUM
#define RGBLED_NUM 2 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING // Only have Breathing Animation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

/* Underlight Configuration */
#define RGB_DI_PIN F4
#define WS2812_DI_PIN F4
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
4 changes: 2 additions & 2 deletions keyboards/maple_computing/launchpad/keymaps/drashna/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#pragma once

/* Underlight Configuration */
#undef RGB_DI_PIN
#define RGB_DI_PIN F5
#undef WS2812_DI_PIN
#define WS2812_DI_PIN F5
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS

/* ws2812 RGB LED */
#define RGB_DI_PIN D7
#define WS2812_DI_PIN D7

#define RGBLED_NUM 8 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS

/* ws2812 RGB LED */
#define RGB_DI_PIN D7
#define WS2812_DI_PIN D7

#define RGBLED_NUM 8 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
2 changes: 1 addition & 1 deletion keyboards/maple_computing/minidox/keymaps/xyverz/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS

/* ws2812 RGB LED */
#define RGB_DI_PIN D7
#define WS2812_DI_PIN D7

#define RGBLED_NUM 8 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
2 changes: 1 addition & 1 deletion keyboards/orthodox/keymaps/drashna/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_LALT)))

#ifdef RGBLIGHT_ENABLE
# define RGB_DI_PIN D3
# define WS2812_DI_PIN D3
# define RGBLED_NUM 16 // Number of LEDs
# define RGBLED_SPLIT \
{ 8, 8 }
Expand Down
Loading