Skip to content

Commit

Permalink
Changed US_RBRC to KC_RBRC instead of KC_LBRC (qmk#9664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peppar authored and drashna committed Aug 9, 2020
1 parent 6ac9422 commit c00414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_us_international.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define US_O KC_O // O
#define US_P KC_P // P
#define US_LBRC KC_LBRC // [
#define US_RBRC KC_LBRC // ]
#define US_RBRC KC_RBRC // ]
#define US_BSLS KC_BSLS // (backslash)
// Row 3
#define US_A KC_A // A
Expand Down

0 comments on commit c00414e

Please sign in to comment.