diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2023-05-02 07:26:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 17:26:46 -0600 |
| commit | 50a8287f34d6635c40bbefc62a0f857235c2e0bf (patch) | |
| tree | 3511fbb55ed051d0129d9c4eadcb1c69226b9205 | |
| parent | 9d4edcdfeb0350db2a20c7389803a8a53627fe4e (diff) | |
Vertex/angle65 WS2812 pin fix (#20653)
| -rw-r--r-- | keyboards/vertex/angle65/config.h | 1 | ||||
| -rw-r--r-- | keyboards/vertex/angle65/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/vertex/angle65/config.h b/keyboards/vertex/angle65/config.h index cd00839ace..4db0deb111 100644 --- a/keyboards/vertex/angle65/config.h +++ b/keyboards/vertex/angle65/config.h | |||
| @@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 28 | #define RGBLIGHT_EFFECT_RGB_TEST | 28 | #define RGBLIGHT_EFFECT_RGB_TEST |
| 29 | #define RGBLIGHT_EFFECT_ALTERNATING | 29 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 30 | #define RGBLIGHT_EFFECT_TWINKLE | 30 | #define RGBLIGHT_EFFECT_TWINKLE |
| 31 | #define RGB_DI_PIN B15 | ||
| 32 | #define RGBLED_NUM 9 | 31 | #define RGBLED_NUM 9 |
| 33 | #define WS2812_SPI SPID2 | 32 | #define WS2812_SPI SPID2 |
| 34 | #define WS2812_SPI_MOSI_PAL_MODE 5 | 33 | #define WS2812_SPI_MOSI_PAL_MODE 5 |
diff --git a/keyboards/vertex/angle65/info.json b/keyboards/vertex/angle65/info.json index 98a9275360..03649ab072 100644 --- a/keyboards/vertex/angle65/info.json +++ b/keyboards/vertex/angle65/info.json | |||
| @@ -20,6 +20,9 @@ | |||
| 20 | "caps_lock": "C13", | 20 | "caps_lock": "C13", |
| 21 | "on_state": 0 | 21 | "on_state": 0 |
| 22 | }, | 22 | }, |
| 23 | "ws2812": { | ||
| 24 | "pin": "B15" | ||
| 25 | }, | ||
| 23 | "layouts": { | 26 | "layouts": { |
| 24 | "LAYOUT": { | 27 | "LAYOUT": { |
| 25 | "layout": [ | 28 | "layout": [ |
