Merge pull request #166 from kletord/fix_french_keymap

Fix FR_RCBR declaration in keymap_french.h
This commit is contained in:
Jack Humbert 2016-02-27 09:31:34 -05:00
commit 93c9d2bc9f
1 changed files with 1 additions and 1 deletions

View File

@ -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)