Skip to content

Commit

Permalink
Fixed french quotes on canadian multilingual (qmk#11183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgestock authored Dec 11, 2020
1 parent 4b03b6f commit 8ea7f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_canadian_multilingual.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) // >

Expand Down

0 comments on commit 8ea7f4f

Please sign in to comment.