mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Fix typo causing redefined error
in keymap_french_osx (#10962)
Co-authored-by: gbotin <geoffrey.botin@gmail.com>
This commit is contained in:
parent
e6a13e0b1c
commit
2ffac90c99
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
#define FR_PERM S(A(FR_LUGR)) // ‰
|
||||
// Row 4
|
||||
#define FR_GTEQ S(A(FR_LABK)) // ≥
|
||||
#define FR_LSAQ S(A(FR_W)) // ›
|
||||
#define FR_RSAQ S(A(FR_W)) // ›
|
||||
#define FR_FRSL S(A(FR_X)) // ⁄
|
||||
#define FR_CENT S(A(FR_C)) // ¢
|
||||
#define FR_SQRT S(A(FR_V)) // √
|
||||
|
|
Loading…
Reference in a new issue