Migrate lighting defaults to info.json (#22920)
This commit is contained in:
parent
7d5b4adc50
commit
2f37a7854d
141 changed files with 312 additions and 338 deletions
|
@ -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
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
"rgb_test": true,
|
||||
"alternating": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"default": {
|
||||
"val": 0
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
"rgb_test": true,
|
||||
"alternating": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"default": {
|
||||
"val": 0
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue