aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-03-15 17:40:05 +0100
committerMichael Grote2024-08-05 14:44:33 +0200
commit27c43ac09983b562fb685511a94be625b4859101 (patch)
tree0752d0bd0ea60b1c01665aacf05d9b9c86a2da05
parent648f01da4e40a94dc009176658329d2780616d63 (diff)
skeletyl: test rgb
-rw-r--r--keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
index 0f8fceca9d..a448c7123a 100644
--- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
+++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
@@ -1,6 +1,13 @@
#include QMK_KEYBOARD_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
enum combos {
C_AE,