~ruther/qmk_firmware

ref: c667da019078442ff0fd9a4ca33ad09b627672f2 qmk_firmware/users/drashna/rgb/rgblight_config.h -rw-r--r-- 336 bytes
c667da01 — David Hoelscher QP getters correction (#22357) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2020 Christopher Courtney, aka Drashna Jael're  (@drashna) <drashna@live.com>
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define RGBLIGHT_SLEEP
#define RGBLIGHT_EFFECT_TWINKLE_LIFE 250
#define RGBLIGHT_EFFECT_TWINKLE_PROBABILITY 1 / 24

#ifdef RGBLIGHT_DEFAULT_MODE
#    undef RGBLIGHT_DEFAULT_MODE
#endif