Update keyboards/skyloong/gk61/pro_ds/keymaps/via/keymap.c

Yes, it`s better that way. Thank you.

Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
This commit is contained in:
JIKEDINGZHI 2024-08-21 08:47:18 +08:00 committed by GitHub
parent 22584421cd
commit 3b5b40d897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ tap_dance_action_t tap_dance_actions[] = {
bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
switch (get_highest_layer(layer_state)) {
case 2:{
case _WIN_INDEX:{
RGB_MATRIX_INDICATOR_SET_COLOR(WIN_MOD_INDEX, 255, 255, 255);
if (!rgb_matrix_get_flags()) {
RGB_MATRIX_INDICATOR_SET_COLOR(MAC_MOD_INDEX, 0, 0, 0);