1
0
Fork 0

Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven (#21292)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan 2023-06-24 17:37:54 +10:00 committed by GitHub
parent 6545eb64a0
commit 4ae9bfd17a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1279 changed files with 1245 additions and 2182 deletions

View file

@ -20,8 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_I2C
#define RGBLIGHT_LAYERS
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE)
#define USB_MAX_POWER_CONSUMPTION 400

View file

@ -1,5 +1,6 @@
{
"rgblight": {
"hue_steps": 10,
"led_count": 2,
"split_count": [1, 1]
},

View file

@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_HAND_MATRIX_GRID D4,D3
#define RGBLIGHT_LAYERS
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE)
#define USB_MAX_POWER_CONSUMPTION 400

View file

@ -3,6 +3,7 @@
"pin": "D2"
},
"rgblight": {
"hue_steps": 10,
"led_count": 84,
"max_brightness": 195,
"split_count": [38, 46]

View file

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE)
#define USB_MAX_POWER_CONSUMPTION 400
#else

View file

@ -10,6 +10,7 @@
"force_nkro": true
},
"rgblight": {
"hue_steps": 10,
"led_count": 3
},
"ws2812": {