Skip to content

Commit

Permalink
Merge pull request #166 from kletord/fix_french_keymap
Browse files Browse the repository at this point in the history
Fix FR_RCBR declaration in keymap_french.h
  • Loading branch information
jackhumbert committed Feb 27, 2016
2 parents 11c591c + 4a19cc0 commit 93c9d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_french.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#define FR_CIRC ALGR(KC_9)
#define FR_AT ALGR(KC_0)
#define FR_RBRC ALGR(FR_RPRN)
#define FR_LCBR ALGR(FR_EQL)
#define FR_RCBR ALGR(FR_EQL)

#define FR_EURO ALGR(KC_E)
#define FR_BULT ALGR(FR_DLR)
Expand Down

0 comments on commit 93c9d2b

Please sign in to comment.