skeletyl: test rgb
This commit is contained in:
parent
648f01da4e
commit
27c43ac099
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue