Migrate lighting defaults to info.json (#22920)

This commit is contained in:
Joel Challis 2024-02-01 18:10:14 +00:00 committed by GitHub
parent 7d5b4adc50
commit 2f37a7854d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 312 additions and 338 deletions

View file

@ -39,5 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define RGBLIGHT_LED_MAP {21 , 2 , 3 , 4 , 5 , 1 , 20 , 0 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 19 , 14 , 15 , 16 , 17 , 18 }
// D18, D19, D20, D21, D22, D23, D24, D25, D26, D27, D28, D29, D60, D61, D62, D63, D64, D65, D66, D67, D68, D69}
#endif
#define RGBLIGHT_DEFAULT_VAL 0

View file

@ -17,6 +17,9 @@
"rgb_test": true,
"alternating": true,
"twinkle": true
},
"default": {
"val": 0
}
},
"ws2812": {

View file

@ -20,6 +20,9 @@
"rgb_test": true,
"alternating": true,
"twinkle": true
},
"default": {
"val": 0
}
},
"ws2812": {