diff options
author | Rys Sommefeldt <rys@sommefeldt.com> | 2020-07-08 21:43:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 21:43:23 +0100 |
commit | 4588c979bdd921ef536d61df44c4f5f3aa7a95c2 (patch) | |
tree | 8345d042b024172652fa6afd7bed9e501c1f0725 /keyboards/aos | |
parent | 60ee8bddfcd2889c8ae040c06ae639ac6113e795 (diff) | |
download | qmk_firmware-4588c979bdd921ef536d61df44c4f5f3aa7a95c2.tar.gz qmk_firmware-4588c979bdd921ef536d61df44c4f5f3aa7a95c2.zip |
Reduce peak LED brightness for AoS TKL (#9667)
Diffstat (limited to 'keyboards/aos')
-rw-r--r-- | keyboards/aos/tkl/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/aos/tkl/config.h b/keyboards/aos/tkl/config.h index 4e6ab3e3dc..5a4b93f644 100644 --- a/keyboards/aos/tkl/config.h +++ b/keyboards/aos/tkl/config.h @@ -53,4 +53,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 + #define RGBLIGHT_LIMIT_VAL 50 #endif |