diff --git a/README.md b/README.md index 5d7dfb6..dfb038b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Configuracion de teclado Corne Aleleba En este repositorio se encuentra el código del teclado Corne Aleleba. -Version: 5.1.2 \ No newline at end of file +Version: 5.1.3 \ No newline at end of file diff --git a/keymap.c b/keymap.c index 529a26d..6f5144f 100644 --- a/keymap.c +++ b/keymap.c @@ -51,7 +51,7 @@ enum { TD_0, }; -bool isWindows = false; // Change to make default config Windows +bool isWindows = true; // Change to make default config Windows void dance_ctn_finished (qk_tap_dance_state_t *state, void *user_data) { if (state->count == 1) { @@ -322,7 +322,7 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) { } break; default: - if (isWindows == true){ // Change to false if main config is Mac + if (isWindows == false){ // Change to false if main config is Mac rgb_matrix_set_color(26, RGB_WHITE); } if (host_keyboard_leds() & (1<