diff options
author | Danny <nooges@users.noreply.github.com> | 2022-09-07 17:04:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 22:04:46 +0100 |
commit | 3f65d48539d1a552ecc44c5524867d2ad9adeae7 (patch) | |
tree | 71e0eda7408c436ffe94eebb6487132141b9a55f /keyboards/keebio/iris/rev7 | |
parent | b0dc789a1bd1e9f99d73bd929364d1c0bb8edd52 (diff) | |
download | qmk_firmware-3f65d48539d1a552ecc44c5524867d2ad9adeae7.tar.gz qmk_firmware-3f65d48539d1a552ecc44c5524867d2ad9adeae7.zip |
Update Iris VIA configuration (#18306)
* Update RGB matrix max brightness
* Remove old VIA workaround code
* Fix default encoder rotations for encoder map
Diffstat (limited to 'keyboards/keebio/iris/rev7')
-rw-r--r-- | keyboards/keebio/iris/rev7/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev7/config.h b/keyboards/keebio/iris/rev7/config.h index 8673d83a07..005f78e8a9 100644 --- a/keyboards/keebio/iris/rev7/config.h +++ b/keyboards/keebio/iris/rev7/config.h @@ -111,7 +111,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define ENABLE_RGB_MATRIX_MULTISPLASH //# define ENABLE_RGB_MATRIX_SOLID_SPLASH //# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH -# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 160 +# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120 # define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS # define DRIVER_LED_TOTAL RGBLED_NUM # define RGB_MATRIX_SPLIT { 34, 34 } |