From fa000203ccf5206f0596cd25c6922dba269ad78b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 20 Sep 2024 17:28:34 +0200 Subject: consolidate more code, left top column resets --- common/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/config.h') diff --git a/common/config.h b/common/config.h index ab4aea0..2adbb2b 100644 --- a/common/config.h +++ b/common/config.h @@ -46,4 +46,12 @@ // delay hold/release to not mess up software #define TAP_CODE_DELAY 10 +// +// underglow configuration +// +// no lights if we sleep +#define RGBLIGHT_SLEEP + +// the modes we do use for lights +#define RGBLIGHT_EFFECT_BREATHING -- cgit v1.2.3