diff options
-rw-r--r-- | keyboards/keybee/keybee65/config.h | 3 | ||||
-rw-r--r-- | keyboards/keybee/keybee65/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/keybee/keybee65/keymaps/via/keymap.c | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/keybee/keybee65/config.h b/keyboards/keybee/keybee65/config.h index 25c7b5083..a6666b5d2 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/>. | |||
56 | #define RGB_DI_PIN B0 | 56 | #define RGB_DI_PIN B0 |
57 | // The number of LEDs connected | 57 | // The number of LEDs connected |
58 | #define DRIVER_LED_TOTAL 80 | 58 | #define DRIVER_LED_TOTAL 80 |
59 | // Limit the Brithness of the LEDs | ||
60 | #define RGBLIGHT_LIMIT_VAL 96 | ||
61 | #define RGB_VAL_STEP 12 | ||
59 | 62 | ||
60 | #define RGB_MATRIX_KEYPRESSES | 63 | #define RGB_MATRIX_KEYPRESSES |
61 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 64 | #define RGB_DISABLE_WHEN_USB_SUSPENDED |
diff --git a/keyboards/keybee/keybee65/keymaps/default/keymap.c b/keyboards/keybee/keybee65/keymaps/default/keymap.c index 13d1ba1f9..a1df29ef9 100644 --- a/keyboards/keybee/keybee65/keymaps/default/keymap.c +++ b/keyboards/keybee/keybee65/keymaps/default/keymap.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | Copyright 2020 <me@homedrop.org> | 2 | Copyright 2020 <contact@vwolf.be> |
3 | This program is free software: you can redistribute it and/or modify | 3 | This program is free software: you can redistribute it and/or modify |
4 | it under the terms of the GNU General Public License as published by | 4 | it under the terms of the GNU General Public License as published by |
5 | the Free Software Foundation, either version 2 of the License, or | 5 | the Free Software Foundation, either version 2 of the License, or |
diff --git a/keyboards/keybee/keybee65/keymaps/via/keymap.c b/keyboards/keybee/keybee65/keymaps/via/keymap.c index 811e13ef5..12faf6f19 100644 --- a/keyboards/keybee/keybee65/keymaps/via/keymap.c +++ b/keyboards/keybee/keybee65/keymaps/via/keymap.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | Copyright 2020 <me@homedrop.org> | 2 | Copyright 2020 <contact@vwolf.be> |
3 | This program is free software: you can redistribute it and/or modify | 3 | This program is free software: you can redistribute it and/or modify |
4 | it under the terms of the GNU General Public License as published by | 4 | it under the terms of the GNU General Public License as published by |
5 | the Free Software Foundation, either version 2 of the License, or | 5 | the Free Software Foundation, either version 2 of the License, or |