skeletyl: test rgb

This commit is contained in:
Michael Grote 2024-03-15 17:40:05 +01:00
parent 648f01da4e
commit 27c43ac099

View file

@ -1,6 +1,13 @@
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
#include "keymap_german.h" #include "keymap_german.h"
// rgb
void keyboard_post_init_user(void) {
rgblight_enable_noeeprom(); // Enables RGB, without saving settings
rgblight_sethsv_noeeprom(HSV_WHITE);
rgblight_mode_noeeprom(RGBLIGHT_MODE_STATIC_LIGHT);
}
// combos; https://github.com/qmk/qmk_firmware/blob/master/docs/feature_combo.md // combos; https://github.com/qmk/qmk_firmware/blob/master/docs/feature_combo.md
enum combos { enum combos {
C_AE, C_AE,