From 5c15cb8dde9ce36bd21a36aaf6abfceca3f2e098 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 15 Mar 2023 15:22:07 +0000 Subject: [PATCH] Update keycodes_0.0.1_basic.hjson --- data/constants/keycodes/keycodes_0.0.1_basic.hjson | 6 +++--- 1 file 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 7141d553b082..430211eccae6 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 +}