Skip to content

Commit

Permalink
try to fix ё
Browse files Browse the repository at this point in the history
  • Loading branch information
veged committed Jan 20, 2024
1 parent 850e1da commit 20c1ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/keys_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
#define RU_CYRILLIC_YA (ZMK_HID_USAGE(HID_USAGE_KEY, HID_USAGE_KEY_KEYBOARD_Z))

/* ё */
#define RU_CYRILLIC_IO (ZMK_HID_USAGE(HID_USAGE_KEY, HID_USAGE_KEY_KEYBOARD_NON_US_HASH_AND_TILDE))
#define RU_CYRILLIC_IO (ZMK_HID_USAGE(HID_USAGE_KEY, HID_USAGE_KEY_KEYBOARD_NON_US_BACKSLASH_AND_PIPE))

/* ₽ */
#define RU_RUBLE (RA(ZMK_HID_USAGE(HID_USAGE_KEY, HID_USAGE_KEY_KEYBOARD_8_AND_ASTERISK)))
Expand Down

0 comments on commit 20c1ef6

Please sign in to comment.