diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-27 04:18:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 04:18:24 +1100 |
commit | e12ca14af8fc1799357bbfffd156d53b4a51001c (patch) | |
tree | 3d488e321ca7c52897facef7952ac2989c2ba047 /keyboards/4pplet | |
parent | ad7b095da6b2a51a310725c1c0fcb6571b46e7e7 (diff) |
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Diffstat (limited to 'keyboards/4pplet')
-rw-r--r-- | keyboards/4pplet/perk60_iso/rev_a/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/4pplet/perk60_iso/rev_a/config.h b/keyboards/4pplet/perk60_iso/rev_a/config.h index 7403803f5d..233d8e7d36 100644 --- a/keyboards/4pplet/perk60_iso/rev_a/config.h +++ b/keyboards/4pplet/perk60_iso/rev_a/config.h @@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_MATRIX_LED_COUNT 62 #define ISSI_PWM_FREQUENCY 0b010 -#define RGB_MATRIX_STARTUP_VAL 80 +#define RGB_MATRIX_DEFAULT_VAL 80 #define RGB_MATRIX_KEYPRESSES // RGB Matrix Animation modes. Explicitly enabled |