mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
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:
parent
22584421cd
commit
3b5b40d897
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user