Move USB_MAX_POWER_CONSUMPTION
to data driven (#20648)
This commit is contained in:
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define USB_MAX_POWER_CONSUMPTION 100
|
||||
|
||||
#define RGBLIGHT_DI_PIN E6
|
||||
//# define RGBLIGHT_HUE_STEP 8
|
||||
//# define RGBLIGHT_SAT_STEP 8
|
||||
|
@@ -5,7 +5,8 @@
|
||||
"maintainer": "Work Louder",
|
||||
"usb": {
|
||||
"vid": "0x574C",
|
||||
"pid": "0x1DF9"
|
||||
"pid": "0x1DF9",
|
||||
"max_power": 100
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
|
Reference in New Issue
Block a user