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
|
|
@ -21,5 +21,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGBLIGHT_DEFAULT_VAL 50
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@
|
|||
"rgb_test": true,
|
||||
"alternating": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"default": {
|
||||
"val": 50
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue