diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-07 21:05:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-07 21:05:23 +0000 |
commit | fd8875f82c67886391ee94a159591b86ce812873 (patch) | |
tree | b603a7dfa814badf731aac6c965d05c3887d2f6a /keyboards/keebio/iris/rev6a/config.h | |
parent | 4bbac50277eeb718a092b197c282ae23eabf059f (diff) | |
parent | 3f65d48539d1a552ecc44c5524867d2ad9adeae7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/iris/rev6a/config.h')
-rw-r--r-- | keyboards/keebio/iris/rev6a/config.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/keebio/iris/rev6a/config.h b/keyboards/keebio/iris/rev6a/config.h index 71ba638852..08863797fb 100644 --- a/keyboards/keebio/iris/rev6a/config.h +++ b/keyboards/keebio/iris/rev6a/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 } @@ -119,9 +119,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define RGB_MATRIX_KEYPRESSES //# endif #endif - -#define VIA_QMK_RGBLIGHT_ENABLE - -// Enable the workaround for the speed parameter mismatch between RGBLIGHT and -// RGB Matrix, so that the speed slider in VIA behaves in a more useful way. -#define VIA_CUSTOM_LIGHTING_ENABLE |