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
Migrate RGB_DI_PIN to ws2812.pin, P
  • Loading branch information
fauxpark committed Mar 31, 2023
commit 1c4c4d667d91fb3d8493e0c646269af267f02b16
1 change: 0 additions & 1 deletion keyboards/p3d/glitch/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define RGB_DI_PIN B1
#define RGBLED_NUM 25
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand Down
3 changes: 3 additions & 0 deletions keyboards/p3d/glitch/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{"pin_a": "F6", "pin_b": "F7", "resolution": 2}
]
},
"ws2812": {
"pin": "B1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/panc40/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define RGB_DI_PIN D2
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
3 changes: 3 additions & 0 deletions keyboards/panc40/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "D2"
},
"matrix_pins": {
"cols": ["F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "D0", "D1"],
"rows": ["F0", "F1", "F4", "F5"]
Expand Down
2 changes: 0 additions & 2 deletions keyboards/paprikman/albacore/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define RGB_DI_PIN B3

#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_LED_COUNT 8
#define RGB_DISABLE_WHEN_USB_SUSPENDED
Expand Down
3 changes: 3 additions & 0 deletions keyboards/paprikman/albacore/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"bootmagic": {
"matrix": [1, 0]
},
"ws2812": {
"pin": "B3"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/pearlboards/atlas/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/>.

/*== all animations enabled ==*/
/* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGB_DI_PIN B6
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_CHRISTMAS
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pearlboards/atlas/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"scroll_lock": "F6",
"on_state": 0
},
"ws2812": {
"pin": "B6"
},
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/pearlboards/pandora/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/*== all animations enabled ==*/
/* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGB_DI_PIN B1
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_CHRISTMAS
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pearlboards/pandora/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"caps_lock": "E6",
"on_state": 0
},
"ws2812": {
"pin": "B1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/pearlboards/pearl/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/>.

/*== all animations enabled ==*/
/* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGB_DI_PIN B3
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_CHRISTMAS
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pearlboards/pearl/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"scroll_lock": "B2",
"on_state": 0
},
"ws2812": {
"pin": "B3"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 4,
Expand Down
1 change: 0 additions & 1 deletion keyboards/pearlboards/zeus/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/*== all animations enabled ==*/
/* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGB_DI_PIN D5
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_CHRISTMAS
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pearlboards/zeus/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"scroll_lock": "C3",
"on_state": 0
},
"ws2812": {
"pin": "D5"
},
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/pearlboards/zeuspad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/*== all animations enabled ==*/
/* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGB_DI_PIN B7
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_CHRISTMAS
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pearlboards/zeuspad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{"pin_a": "D6", "pin_b": "D4", "resolution": 1}
]
},
"ws2812": {
"pin": "B7"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 0,
Expand Down
1 change: 0 additions & 1 deletion keyboards/percent/booster/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define RGB_DI_PIN E2
#define RGBLED_NUM 10
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
Expand Down
3 changes: 3 additions & 0 deletions keyboards/percent/booster/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"backlight": {
"pin": "B7"
},
"ws2812": {
"pin": "E2"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["numpad_5x4"],
Expand Down
1 change: 0 additions & 1 deletion keyboards/percent/canoe_gen2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* Backlight configuration
*/
#define RGB_DI_PIN B7
#define RGB_MATRIX_LED_COUNT 77
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150

Expand Down
3 changes: 3 additions & 0 deletions keyboards/percent/canoe_gen2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x89F0",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "B7"
},
"matrix_pins": {
"cols": ["B0", "D0", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "D5", "D3", "D2", "D1", "F6", "F7"],
"rows": ["B1", "B3", "B2", "F5", "F4"]
Expand Down
3 changes: 0 additions & 3 deletions keyboards/phage_studio/pila87/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS

/* RGB Matrix config */
#define RGB_DI_PIN A4

/* RGB Matrix effect */
#define ENABLE_RGB_MATRIX_ALPHAS_MODS
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
Expand Down
3 changes: 3 additions & 0 deletions keyboards/phage_studio/pila87/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"caps_lock": "C14",
"scroll_lock": "A0"
},
"ws2812": {
"pin": "A4"
},
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT_tkl_ansi": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/phantom/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define RGB_DI_PIN E2
# define RGBLED_NUM 20
# define RGBLIGHT_HUE_STEP 10
# define RGBLIGHT_SAT_STEP 17
Expand Down
3 changes: 3 additions & 0 deletions keyboards/phantom/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"caps_lock": "B6",
"scroll_lock": "B7"
},
"ws2812": {
"pin": "E2"
},
"processor": "atmega32u4",
"bootloader": "halfkay",
"community_layouts": ["tkl_ansi", "tkl_iso"],
Expand Down
1 change: 0 additions & 1 deletion keyboards/phase_studio/titan65/hotswap/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#define RGB_DI_PIN E6
#define RGB_MATRIX_LED_COUNT 67
#define RGB_MATRIX_KEYPRESSES // reacts to keypresses
// #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
Expand Down
3 changes: 3 additions & 0 deletions keyboards/phase_studio/titan65/hotswap/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0xBB91",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "E6"
},
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "B7", "D0", "D1", "D2", "D3", "D5", "F0", "F1", "C7", "F4", "F5", "F6"],
"rows": ["B4", "B5", "B6", "C6", "F7"]
Expand Down
3 changes: 0 additions & 3 deletions keyboards/pico/65keys/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* ws2812 RGB LED */
#define RGB_DI_PIN D3

#undef RGBLED_NUM
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pico/65keys/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"split": {
"soft_serial_pin": "D0"
},
"ws2812": {
"pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
3 changes: 0 additions & 3 deletions keyboards/pico/70keys/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* ws2812 RGB LED */
#define RGB_DI_PIN D3

#undef RGBLED_NUM
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pico/70keys/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"split": {
"soft_serial_pin": "D0"
},
"ws2812": {
"pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/picolab/frusta_fundamental/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define RGB_DI_PIN B0
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
3 changes: 3 additions & 0 deletions keyboards/picolab/frusta_fundamental/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "B0"
},
"matrix_pins": {
"cols": ["F7", "F6", "F5", "F4", "F1", "F0", "B1", "B2", "B3", "B7", "D5", "D3", "D2", "D1", "D0"],
"rows": ["D4", "D6", "D7", "B4", "B5"]
Expand Down
1 change: 0 additions & 1 deletion keyboards/pimentoso/touhoupad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
#pragma once

#define RGB_DI_PIN F4
#define RGBLED_NUM 12
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pimentoso/touhoupad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0031",
"device_version": "0.0.1"
},
"ws2812": {
"pin": "F4"
},
"matrix_pins": {
"cols": ["C6", "D7", "E6", "B4", "B6", "B2", "B3", "B1", "F7", "F6"],
"rows": ["D4"]
Expand Down
1 change: 0 additions & 1 deletion keyboards/pixelspace/capsule65i/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#define RGB_DI_PIN F7
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
3 changes: 3 additions & 0 deletions keyboards/pixelspace/capsule65i/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"indicators": {
"caps_lock": "F6"
},
"ws2812": {
"pin": "F7"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layout_aliases": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/planck/rev6/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
/*
* WS2812 Underglow Matrix options
*/
#define RGB_DI_PIN A1
#define RGBLED_NUM 9
#define RGB_MATRIX_LED_COUNT RGBLED_NUM

Expand Down
1 change: 1 addition & 0 deletions keyboards/planck/rev6/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"device_version": "0.0.6"
},
"ws2812": {
"pin": "A1",
"driver": "pwm"
},
"matrix_pins": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/planck/rev6_drop/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
/*
* WS2812 Underglow Matrix options
*/
#define RGB_DI_PIN A1
#define RGBLED_NUM 9
#define RGB_MATRIX_LED_COUNT RGBLED_NUM

Expand Down
1 change: 1 addition & 0 deletions keyboards/planck/rev6_drop/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"device_version": "0.0.6"
},
"ws2812": {
"pin": "A1",
"driver": "pwm"
},
"matrix_pins": {
Expand Down
1 change: 0 additions & 1 deletion keyboards/playkbtw/ca66/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define RGB_DI_PIN B1
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
Expand Down
3 changes: 3 additions & 0 deletions keyboards/playkbtw/ca66/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"backlight": {
"pin": "F0"
},
"ws2812": {
"pin": "B1"
},
"indicators": {
"caps_lock": "D1"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/playkbtw/helen80/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#define RGB_DI_PIN E2
#define RGBLED_NUM 87
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
Expand Down
3 changes: 3 additions & 0 deletions keyboards/playkbtw/helen80/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"scroll_lock": "B2",
"on_state": 0
},
"ws2812": {
"pin": "E2"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["tkl_ansi"],
Expand Down
Loading