diff options
author | Drashna Jael're <drashna@live.com> | 2023-03-16 00:50:29 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2023-03-16 00:50:29 -0700 |
commit | 72da3ee63e110392bebaa64dd7d862fb99097505 (patch) | |
tree | 7c29d38a3fd30772007bd526f8a9f284c61d9768 /data/constants/keycodes | |
parent | 62943fa93ea7c5f19d8296155ca30f49ca8a3b26 (diff) | |
parent | 2f7a06cf739fc97b9f590ef137e15a76eaaa3df2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data/constants/keycodes')
-rw-r--r-- | data/constants/keycodes/keycodes_0.0.1_basic.hjson | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.1_basic.hjson b/data/constants/keycodes/keycodes_0.0.1_basic.hjson index 7141d553b0..430211ecca 100644 --- a/data/constants/keycodes/keycodes_0.0.1_basic.hjson +++ b/data/constants/keycodes/keycodes_0.0.1_basic.hjson @@ -253,7 +253,7 @@ "0x002F": { "group": "basic", "key": "KC_LEFT_BRACKET", - "label": "]", + "label": "[", "aliases": [ "KC_LBRC" ] @@ -261,7 +261,7 @@ "0x0030": { "group": "basic", "key": "KC_RIGHT_BRACKET", - "label": "[", + "label": "]", "aliases": [ "KC_RBRC" ] @@ -1512,4 +1512,4 @@ ] } } -}
\ No newline at end of file +} |