From 61173dce5d85eb778b43a0af76c42eb217ac49ca Mon Sep 17 00:00:00 2001 From: Josh Hinnebusch Date: Thu, 2 Jan 2020 17:35:05 -0500 Subject: [Keyboard] adjust h87a RGB settings (#7751) * update VID and PID for h87a * update default RGB underglow pattern * update comments * Update keyboards/hineybush/h87a/h87a.c * Update keyboards/hineybush/h87a/h87a.c * Update keyboards/hineybush/h87a/h87a.c --- keyboards/hineybush/h87a/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/hineybush/h87a/config.h') diff --git a/keyboards/hineybush/h87a/config.h b/keyboards/hineybush/h87a/config.h index 5a1e6d366c..f9d8f9766e 100644 --- a/keyboards/hineybush/h87a/config.h +++ b/keyboards/hineybush/h87a/config.h @@ -72,5 +72,6 @@ along with this program. If not, see . #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 +#define RGBLIGHT_LIMIT_VAL 200 #define RGBLIGHT_SLEEP // RGB will turn off when PC is put to sleep #endif -- cgit v1.2.3