mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-09 15:25:42 +00:00
Changed US_RBRC to KC_RBRC instead of KC_LBRC (#9664)
This commit is contained in:
parent
4588c979bd
commit
ca598c3df6
@ -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 New Issue
Block a user