From f8e983800d63f0e870304a65acc91ef971b99696 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Mon, 9 Jan 2023 13:59:31 -0500 Subject: [PATCH] Changing Keyboard to default Windows. updating to version 5.1.3 --- README.md | 2 +- keymap.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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<