aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/aos
diff options
context:
space:
mode:
authorRys Sommefeldt <rys@sommefeldt.com>2020-07-08 21:43:23 +0100
committerGitHub <noreply@github.com>2020-07-08 21:43:23 +0100
commit4588c979bdd921ef536d61df44c4f5f3aa7a95c2 (patch)
tree8345d042b024172652fa6afd7bed9e501c1f0725 /keyboards/aos
parent60ee8bddfcd2889c8ae040c06ae639ac6113e795 (diff)
downloadfirmware-4588c979bdd921ef536d61df44c4f5f3aa7a95c2.tar.gz
firmware-4588c979bdd921ef536d61df44c4f5f3aa7a95c2.tar.bz2
firmware-4588c979bdd921ef536d61df44c4f5f3aa7a95c2.zip
Reduce peak LED brightness for AoS TKL (#9667)
Diffstat (limited to 'keyboards/aos')
-rw-r--r--keyboards/aos/tkl/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/aos/tkl/config.h b/keyboards/aos/tkl/config.h
index 4e6ab3e3d..5a4b93f64 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