diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2019-10-08 17:03:51 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-08 09:03:51 -0700 |
commit | 5e43f87956c36a609d49ab696c939f2547d076dc (patch) | |
tree | 7a8e62fdf7822e3d950801513631a7fea0fed2bd /keyboards/nk65 | |
parent | d00326ecb3f7e3b6703f9f0656c1f5a917da086b (diff) |
[Keyboard] RGB updates on NK65 and HS60 (#6795)
* RGB update commit
* Convert caps lock indicator check to IS_LED_ON
* ISSI3733 minor change
Diffstat (limited to 'keyboards/nk65')
-rwxr-xr-x | keyboards/nk65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h index 4358d9cf95..51e101cde5 100755 --- a/keyboards/nk65/config.h +++ b/keyboards/nk65/config.h @@ -106,7 +106,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_BACKLIGHT_BRIGHTNESS 255 // the default effect (RGB test) -#define RGB_BACKLIGHT_EFFECT 255 +#define RGB_BACKLIGHT_EFFECT 6 // the default effect speed (0-3) #define RGB_BACKLIGHT_EFFECT_SPEED 0 |