Move RGB default animation to info.json

This commit is contained in:
Gondolindrim 2024-01-10 18:07:27 -03:00
parent 7bde35ee56
commit ead8350a65
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C
2 changed files with 4 additions and 5 deletions

View File

@ -15,11 +15,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define RGBLIGHT_LIMIT_VAL 200
#define RGBLIGHT_DEFAULT_VAL RGBLIGHT_LIMIT_VAL
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 5)
#define WS2812_PWM_COMPLEMENTARY_OUTPUT
#define WS2812_PWM_DRIVER PWMD1
#define WS2812_PWM_CHANNEL 3

View File

@ -39,6 +39,10 @@
"rgb_test": true,
"alternating": true,
"twinkle": true
},
"default": {
"animation": "rainbow_swirl",
"val": 200
}
},
"url": "https://www.gok.design/type-k",