forked from mirrors/qmk_firmware
Changed US_RBRC to KC_RBRC instead of KC_LBRC (#9664)
This commit is contained in:
parent
4588c979bd
commit
ca598c3df6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
#define US_O KC_O // O
|
#define US_O KC_O // O
|
||||||
#define US_P KC_P // P
|
#define US_P KC_P // P
|
||||||
#define US_LBRC KC_LBRC // [
|
#define US_LBRC KC_LBRC // [
|
||||||
#define US_RBRC KC_LBRC // ]
|
#define US_RBRC KC_RBRC // ]
|
||||||
#define US_BSLS KC_BSLS // (backslash)
|
#define US_BSLS KC_BSLS // (backslash)
|
||||||
// Row 3
|
// Row 3
|
||||||
#define US_A KC_A // A
|
#define US_A KC_A // A
|
||||||
|
|
Loading…
Reference in a new issue