Browse Source

Update keyboards/crkbd/keymaps/crkqwes/keymap.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/16592/head
yeimialberth 1 year ago
committed by GitHub
parent
commit
1ef70f0a66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 26 deletions
  1. +0
    -26
      keyboards/crkbd/keymaps/crkqwes/keymap.c

+ 0
- 26
keyboards/crkbd/keymaps/crkqwes/keymap.c View File

@ -160,32 +160,6 @@ LSFT_T(ES_LABK), ES_Z, ES_X, ES_C, ES_V, ES_B,
};
// esta configuracion sirve cuando mantenemos precionado una tecla de capa ó block mayus para poder cambiar los colores que Ustedes elijan en hexa se deben poner el color.
/* void rgb_matrix_indicators_user(void) {
#ifdef RGB_MATRIX_ENABLE
switch (biton32(layer_state)) {
case _RAISE:
for (int i = 0; i < DRIVER_LED_TOTAL; i++) {
rgb_matrix_set_color(i, 255, 0, 0);
}
break;
case _LOWER:
for (int i = 0; i < DRIVER_LED_TOTAL; i++) {
rgb_matrix_set_color(i, 0, 0, 255);
}
break;
default:
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
for (int i = 0; i < DRIVER_LED_TOTAL; i++) {
rgb_matrix_set_color(i, 0, 255, 0);
}
}
break;
}
#endif
} */
#ifdef OLED_ENABLE
oled_rotation_t oled_init_user(oled_rotation_t rotation) { return OLED_ROTATION_270; }


Loading…
Cancel
Save