summary refs log tree commit diff
path: root/data/constants
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-03-16 00:37:58 +0000
committerGitHub <noreply@github.com>2023-03-16 00:37:58 +0000
commit7654c2a23b183f10c706bc6511d151ecc441fa7d (patch)
tree332b950a214994fc1d2a1a462193e38eba73235f /data/constants
parent012fa6dd4544f25e73b086c377e9f1a57d3d46a9 (diff)
Update keycodes_0.0.1_basic.hjson (#20129)
Diffstat (limited to 'data/constants')
-rw-r--r--data/constants/keycodes/keycodes_0.0.1_basic.hjson6
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
+}