diff options
author | Ryan <fauxpark@gmail.com> | 2021-02-08 20:12:33 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 20:12:33 +1100 |
commit | d2f204c1e3ef92d774feded0ba05a145c2d03cf7 (patch) | |
tree | cccc2cba0cc907812d3eb5c68496bb895ad38152 /keyboards/alpine65 | |
parent | 99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3 (diff) | |
download | qmk_firmware-d2f204c1e3ef92d774feded0ba05a145c2d03cf7.tar.gz qmk_firmware-d2f204c1e3ef92d774feded0ba05a145c2d03cf7.zip |
Fix RGBLIGHT_LIMIT_VAL typo (#11826)
Diffstat (limited to 'keyboards/alpine65')
-rw-r--r-- | keyboards/alpine65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/alpine65/config.h b/keyboards/alpine65/config.h index 7a700d3bc1..68aae56383 100644 --- a/keyboards/alpine65/config.h +++ b/keyboards/alpine65/config.h @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN B15 #define RGBLED_NUM 68 -#define RGBLIGT_LIMIT_VAL 200 +#define RGBLIGHT_LIMIT_VAL 200 #define RGBLIGHT_SLEEP #define RGBLIGHT_ANIMATIONS |