diff options
author | Markus Knutsson <markus.knutsson@tweety.se> | 2023-04-15 20:34:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 19:34:09 +0100 |
commit | 28c11ed34820860a2061cce264791a285a75d27a (patch) | |
tree | 646eb1296f32388c02bfb6e235d9827351115bf3 /keyboards/tweetydabird/lotus58/config.h | |
parent | d732b0b8497cb4a67dc1ce706dd26a0610e15293 (diff) |
Lotus58 glow (#20386)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com>
Diffstat (limited to 'keyboards/tweetydabird/lotus58/config.h')
-rw-r--r-- | keyboards/tweetydabird/lotus58/config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/tweetydabird/lotus58/config.h b/keyboards/tweetydabird/lotus58/config.h new file mode 100644 index 0000000000..5df12cfc03 --- /dev/null +++ b/keyboards/tweetydabird/lotus58/config.h @@ -0,0 +1,13 @@ +// Copyright 2022 Markus Knutsson (@TweetyDaBird) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +// Options not yet fully implemented in info.json +#define RGBLIGHT_LIMIT_VAL 175 +#define RGBLIGHT_DEFAULT_VAL ( RGBLIGHT_LIMIT_VAL / 2 ) + +#define SPLIT_HAND_PIN B5 +#define SPLIT_LAYER_STATE_ENABLE +#define SPLIT_LED_STATE_ENABLE +#define SPLIT_OLED_ENABLE |