diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-09 06:03:31 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 19:03:31 +0000 |
commit | d810878d5e36e032ec99fb309b66caf3ea57e4ba (patch) | |
tree | c102744740f2beb805bfcea4ca86f1e41936dd11 /data/constants | |
parent | 9a0f347a095ad46c8e44eaed6925811da63aef6c (diff) |
Normalise output selection (Bluetooth) keycodes (#19004)
Diffstat (limited to 'data/constants')
-rw-r--r-- | data/constants/keycodes/keycodes_0.0.1_quantum.hjson | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.1_quantum.hjson b/data/constants/keycodes/keycodes_0.0.1_quantum.hjson index a4b60cfc61..a623bd678d 100644 --- a/data/constants/keycodes/keycodes_0.0.1_quantum.hjson +++ b/data/constants/keycodes/keycodes_0.0.1_quantum.hjson @@ -144,15 +144,24 @@ "0x7C20": { "group": "quantum", - "key": "OUT_AUTO" + "key": "QK_OUTPUT_AUTO", + "aliases": [ + "OU_AUTO" + ] }, "0x7C21": { "group": "quantum", - "key": "OUT_USB" + "key": "QK_OUTPUT_USB", + "aliases": [ + "OU_USB" + ] }, "0x7C22": { "group": "quantum", - "key": "OUT_BT" + "key": "QK_OUTPUT_BLUETOOTH", + "aliases": [ + "OU_BT" + ] }, "0x7C30": { |