Fix FR_RCBR declaration in keymap_french.h

This commit is contained in:
Kévin Letord 2016-02-27 15:22:54 +01:00
parent 11c591c30d
commit 4a19cc054d
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)