Фикс ошибки в коде VIAL

This commit is contained in:
Buliway 2023-12-10 19:50:36 +03:00
parent b0faa56e89
commit ba8ec4a80b

View file

@ -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