diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-05-21 00:09:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 09:09:19 -0700 |
commit | 713ce7b276d96fe6a05e40dacec60cc2c2a33024 (patch) | |
tree | d2e4904cc03d100702cb7c8bb44eb26cce8376ca | |
parent | d5aab127d2d6d1179320c87b73177f38d1c4f40f (diff) |
[Keyboard] rskeys100 LED index correction (#17139)
-rw-r--r-- | keyboards/ryanskidmore/rskeys100/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/ryanskidmore/rskeys100/config.h b/keyboards/ryanskidmore/rskeys100/config.h index 9e036aa70d..aa3dcb3622 100644 --- a/keyboards/ryanskidmore/rskeys100/config.h +++ b/keyboards/ryanskidmore/rskeys100/config.h @@ -38,7 +38,7 @@ /* RGB Data Pin */ #define RGB_DI_PIN C7 /* The number of RGB LEDs connected */ -#define DRIVER_LED_TOTAL 105 +#define DRIVER_LED_TOTAL 118 /* Set the maximum brightness to 110 to avoid going over 500 mA. * At full brightness with all three indicator LEDs on, the power draw is about 450 mA. */ #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 110 @@ -79,7 +79,3 @@ * */ #define FORCE_NKRO - -/* disable these deprecated features by default */ -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION
\ No newline at end of file |