summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras
diff options
context:
space:
mode:
authorKévin Letord <kevin@letord.fr>2016-02-27 15:22:54 +0100
committerKévin Letord <kevin@letord.fr>2016-02-27 15:22:54 +0100
commit4a19cc054dc7aeb0a35613d608143bf51fa791cc (patch)
tree5d5657390e4b72bf82237890f51f79a032b0a33b /quantum/keymap_extras
parent11c591c30dc8743b1980f6f639f26cbe250181e7 (diff)
Fix FR_RCBR declaration in keymap_french.h
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r--quantum/keymap_extras/keymap_french.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_french.h b/quantum/keymap_extras/keymap_french.h
index ccfaed8f07..e03a121a2b 100644
--- a/quantum/keymap_extras/keymap_french.h
+++ b/quantum/keymap_extras/keymap_french.h
@@ -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)