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/technika | |
parent | 99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3 (diff) |
Fix RGBLIGHT_LIMIT_VAL typo (#11826)
Diffstat (limited to 'keyboards/technika')
-rw-r--r-- | keyboards/technika/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/technika/config.h b/keyboards/technika/config.h index f7ca138437..c2be7cf7d4 100644 --- a/keyboards/technika/config.h +++ b/keyboards/technika/config.h @@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN B15 #define RGBLED_NUM 16 -#define RGBLIGT_LIMIT_VAL 200 +#define RGBLIGHT_LIMIT_VAL 200 #define RGBLIGHT_SLEEP #define RGBLIGHT_ANIMATIONS |