Skip to content

Commit

Permalink
Fix LV_CCAR and LV_NCED (#18025)
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Aug 13, 2022
1 parent a03849c commit 96731ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_latvian.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
#define LV_ACUT ALGR(LV_QUOT) // ´ (dead)
// Row 4
#define LV_ZCAR ALGR(LV_Z) // Ž
#define LV_CCAR ALGR(LV_Z) // Č
#define LV_NCED ALGR(LV_Z) // Ņ
#define LV_CCAR ALGR(LV_C) // Č
#define LV_NCED ALGR(LV_N) // Ņ

/* Shift+AltGr symbols
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
Expand Down

0 comments on commit 96731ba

Please sign in to comment.