diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-01-30 19:59:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 10:59:24 -0800 |
commit | 02000201629932d87281738b0c4127379d6835ff (patch) | |
tree | a1cc2296dda825f49ff2d1d94ba8f3935d4bc63c /keyboards/keybee/keybee65/config.h | |
parent | 5576f641ceed94083e3ad5f947ccf058f6103234 (diff) |
[Keyboard] Small fixes to the Keybee65 (#15966)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/keybee/keybee65/config.h')
-rw-r--r-- | keyboards/keybee/keybee65/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/keybee/keybee65/config.h b/keyboards/keybee/keybee65/config.h index 25c7b50837..a6666b5d23 100644 --- a/keyboards/keybee/keybee65/config.h +++ b/keyboards/keybee/keybee65/config.h @@ -56,6 +56,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN B0 // The number of LEDs connected #define DRIVER_LED_TOTAL 80 +// Limit the Brithness of the LEDs +#define RGBLIGHT_LIMIT_VAL 96 +#define RGB_VAL_STEP 12 #define RGB_MATRIX_KEYPRESSES #define RGB_DISABLE_WHEN_USB_SUSPENDED |