forked from mirrors/qmk_firmware
Fix LV_CCAR and LV_NCED (#18025)
This commit is contained in:
parent
a03849c92c
commit
96731ba88e
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@
|
||||||
#define LV_ACUT ALGR(LV_QUOT) // ´ (dead)
|
#define LV_ACUT ALGR(LV_QUOT) // ´ (dead)
|
||||||
// Row 4
|
// Row 4
|
||||||
#define LV_ZCAR ALGR(LV_Z) // Ž
|
#define LV_ZCAR ALGR(LV_Z) // Ž
|
||||||
#define LV_CCAR ALGR(LV_Z) // Č
|
#define LV_CCAR ALGR(LV_C) // Č
|
||||||
#define LV_NCED ALGR(LV_Z) // Ņ
|
#define LV_NCED ALGR(LV_N) // Ņ
|
||||||
|
|
||||||
/* Shift+AltGr symbols
|
/* Shift+AltGr symbols
|
||||||
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
|
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
|
||||||
|
|
Loading…
Reference in a new issue