Browse Source

Vertex/angle65 WS2812 pin fix (#20653)

pull/20666/head
Albert Y 1 year ago
committed by GitHub
parent
commit
50a8287f34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions
  1. +0
    -1
      keyboards/vertex/angle65/config.h
  2. +3
    -0
      keyboards/vertex/angle65/info.json

+ 0
- 1
keyboards/vertex/angle65/config.h View File

@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGB_DI_PIN B15
#define RGBLED_NUM 9
#define WS2812_SPI SPID2
#define WS2812_SPI_MOSI_PAL_MODE 5

+ 3
- 0
keyboards/vertex/angle65/info.json View File

@ -20,6 +20,9 @@
"caps_lock": "C13",
"on_state": 0
},
"ws2812": {
"pin": "B15"
},
"layouts": {
"LAYOUT": {
"layout": [


Loading…
Cancel
Save