Фикс ошибки в коде VIAL
This commit is contained in:
parent
b0faa56e89
commit
ba8ec4a80b
1 changed files with 38 additions and 36 deletions
|
|
@ -195,6 +195,7 @@ void user_timer(void) {
|
|||
};
|
||||
|
||||
// Tap Dance
|
||||
void keyboard_post_init_user(void) {
|
||||
// Mod keys on RU layer
|
||||
vial_tap_dance_entry_t td0 = {KC_C, // С on tap, Win on hold
|
||||
WIN_EN,
|
||||
|
|
@ -237,6 +238,7 @@ vial_tap_dance_entry_t td5 = { KC_Y, // Н on tap, Ctrl on hold
|
|||
KC_NO,
|
||||
TAPPING_TERM};
|
||||
dynamic_keymap_set_tap_dance(5, &td5);
|
||||
}
|
||||
|
||||
|
||||
// Lighting Layers
|
||||
|
|
|
|||
Reference in a new issue