Changing Keyboard to default Windows. updating to version 5.1.3
This commit is contained in:
parent
bdf01389f4
commit
f8e983800d
@ -1,4 +1,4 @@
|
|||||||
# Configuracion de teclado Corne Aleleba
|
# Configuracion de teclado Corne Aleleba
|
||||||
En este repositorio se encuentra el código del teclado Corne Aleleba.
|
En este repositorio se encuentra el código del teclado Corne Aleleba.
|
||||||
|
|
||||||
Version: 5.1.2
|
Version: 5.1.3
|
4
keymap.c
4
keymap.c
@ -51,7 +51,7 @@ enum {
|
|||||||
TD_0,
|
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) {
|
void dance_ctn_finished (qk_tap_dance_state_t *state, void *user_data) {
|
||||||
if (state->count == 1) {
|
if (state->count == 1) {
|
||||||
@ -322,7 +322,7 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
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);
|
rgb_matrix_set_color(26, RGB_WHITE);
|
||||||
}
|
}
|
||||||
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
|
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user