mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
Fixed french quotes on canadian multilingual (#11183)
This commit is contained in:
parent
4b03b6f7f4
commit
8ea7f4f45f
|
@ -149,8 +149,8 @@
|
|||
// Row 3
|
||||
#define CA_DEG ALGR(CA_SCLN) // °
|
||||
// Row 4
|
||||
#define CA_LDAQ ALGR(CA_X) // «
|
||||
#define CA_RDAQ ALGR(CA_C) // »
|
||||
#define CA_LDAQ ALGR(CA_Z) // «
|
||||
#define CA_RDAQ ALGR(CA_X) // »
|
||||
#define CA_LABK ALGR(CA_COMM) // <
|
||||
#define CA_RABK ALGR(CA_DOT) // >
|
||||
|
||||
|
|
Loading…
Reference in a new issue