Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"nkro": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B1", "A3", "B0", "B4"],
|
||||
"rows": ["A8", "A9", "B5", "B3"]
|
||||
|
@@ -1 +0,0 @@
|
||||
WS2812_DRIVER = pwm
|
||||
|
@@ -18,6 +18,9 @@
|
||||
"levels": 12,
|
||||
"breathing": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid",
|
||||
"community_layouts": ["ortho_4x12", "planck_mit"],
|
||||
|
@@ -9,7 +9,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
WS2812_DRIVER = i2c
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# Disable unsupported hardware
|
||||
|
@@ -18,6 +18,9 @@
|
||||
"levels": 12,
|
||||
"breathing": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid",
|
||||
"community_layouts": ["ortho_4x4"],
|
||||
|
@@ -9,5 +9,4 @@ COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
WS2812_DRIVER = i2c
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
@@ -18,6 +18,9 @@
|
||||
"levels": 12,
|
||||
"breathing": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid",
|
||||
"layout_aliases": {
|
||||
|
@@ -9,5 +9,4 @@ COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
WS2812_DRIVER = i2c # This driver powers the RGB Lighting and RGB Matrix features
|
||||
LTO_ENABLE = yes # Enable link time optimization
|
||||
|
Reference in New Issue
Block a user