Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-08-09 06:41:55 +00:00
commit 6e1c2b20e5
4 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
rgblight_sethsv_at( 0, 0, 0, 0); rgblight_sethsv_at( 0, 0, 0, 0);
break; break;
} }
rgblight_set_effect_range( 1, 4); rgblight_set_effect_range( 1, 11);
#endif #endif
return state; return state;
} }

View file

@ -147,7 +147,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
rgblight_sethsv_at( 0, 0, 0, 0); rgblight_sethsv_at( 0, 0, 0, 0);
break; break;
} }
rgblight_set_effect_range( 1, 5); rgblight_set_effect_range( 1, 11);
#endif #endif
return state; return state;
} }

View file

@ -86,7 +86,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
rgblight_sethsv_at( 0, 0, 0, 0); rgblight_sethsv_at( 0, 0, 0, 0);
break; break;
} }
rgblight_set_effect_range( 1, 5); rgblight_set_effect_range( 1, 11);
#endif #endif
return state; return state;
} }

View file

@ -8,7 +8,7 @@ BOOTLOADER = caterina
# change yes to no to disable # change yes to no to disable
# #
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration COMMAND_ENABLE = yes # Commands for debug and configuration