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
141 changed files with 312 additions and 338 deletions

View File

@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
# define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL /* Set default RGB */
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

View File

@@ -24,6 +24,9 @@
"rgb_test": true,
"alternating": true,
"twinkle": true
},
"default": {
"animation": "rainbow_swirl"
}
},
"ws2812": {

View File

@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
# define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL /* Set default RGB */
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE

View File

@@ -24,6 +24,9 @@
"rgb_test": true,
"alternating": true,
"twinkle": true
},
"default": {
"animation": "rainbow_swirl"
}
},
"ws2812": {