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
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": {