diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2020-01-02 17:35:05 -0500 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-02 14:35:05 -0800 |
commit | 61173dce5d85eb778b43a0af76c42eb217ac49ca (patch) | |
tree | 3b4e0b367f8495bcfbaf18f3a79b9430fa169f25 /keyboards/hineybush/h87a/config.h | |
parent | dd04079098a17e22693e83de227001fe548c1606 (diff) | |
download | qmk_firmware-61173dce5d85eb778b43a0af76c42eb217ac49ca.tar.gz |
[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
Diffstat (limited to 'keyboards/hineybush/h87a/config.h')
-rw-r--r-- | keyboards/hineybush/h87a/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/hineybush/h87a/config.h b/keyboards/hineybush/h87a/config.h index 5a1e6d366..f9d8f9766 100644 --- a/keyboards/hineybush/h87a/config.h +++ b/keyboards/hineybush/h87a/config.h @@ -72,5 +72,6 @@ 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 200 #define RGBLIGHT_SLEEP // RGB will turn off when PC is put to sleep #endif |