1
0
Fork 0

Move RGBLIGHT_LIMIT_VAL to data driven (#20974)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan 2023-05-27 12:27:44 +10:00 committed by GitHub
parent 8fdcba12e6
commit 363bfdbfda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
679 changed files with 649 additions and 493 deletions

View file

@ -24,4 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_SPLIT { 36, 36 }
#define RGBLIGHT_SPLIT
#define RGBLIGHT_LIMIT_VAL 120

View file

@ -37,6 +37,9 @@
"ws2812": {
"pin": "F4"
},
"rgblight": {
"max_brightness": 120
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -23,4 +23,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_SPLIT { 35, 35 }
#define RGBLED_NUM 70
#define RGBLIGHT_SPLIT
#define RGBLIGHT_LIMIT_VAL 120

View file

@ -38,6 +38,9 @@
"ws2812": {
"pin": "D3"
},
"rgblight": {
"max_brightness": 120
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -48,8 +48,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define SPLIT_TRANSPORT_MIRROR
#endif
#ifdef RGBLIGHT_ENABLE
# define RGBLIGHT_LIMIT_VAL 120
#endif

View file

@ -27,6 +27,9 @@
"ws2812": {
"pin": "D3"
},
"rgblight": {
"max_brightness": 120
},
"layouts": {
"LAYOUT": {
"layout": [