summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-11-14 21:16:52 +1100
committerGitHub <noreply@github.com>2024-11-14 21:16:52 +1100
commit0bda0f47754d01aa904f9831ff58ef760807ab16 (patch)
treead041dd6bf343a021bc5afd9328f74badeafc1e7 /data
parentf8b4e24d3720f369f8146fef7a6d2fd75f228e6f (diff)
Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)
Diffstat (limited to 'data')
-rw-r--r--data/constants/keycodes/keycodes_0.0.6_connection.hjson18
1 files changed, 12 insertions, 6 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.6_connection.hjson b/data/constants/keycodes/keycodes_0.0.6_connection.hjson
index 9a1a750f1a..9be1106825 100644
--- a/data/constants/keycodes/keycodes_0.0.6_connection.hjson
+++ b/data/constants/keycodes/keycodes_0.0.6_connection.hjson
@@ -7,41 +7,47 @@
7 "keycodes": { 7 "keycodes": {
8 "0x7780": { 8 "0x7780": {
9 "group": "connection", 9 "group": "connection",
10 "key": "QK_OUTPUT_NEXT", 10 "key": "QK_OUTPUT_AUTO",
11 "aliases": [ 11 "aliases": [
12 "OU_NEXT",
13 "OU_AUTO" 12 "OU_AUTO"
14 ] 13 ]
15 }, 14 },
16 "0x7781": { 15 "0x7781": {
17 "group": "connection", 16 "group": "connection",
17 "key": "QK_OUTPUT_NEXT",
18 "aliases": [
19 "OU_NEXT"
20 ]
21 },
22 "0x7782": {
23 "group": "connection",
18 "key": "QK_OUTPUT_PREV", 24 "key": "QK_OUTPUT_PREV",
19 "aliases": [ 25 "aliases": [
20 "OU_PREV" 26 "OU_PREV"
21 ] 27 ]
22 }, 28 },
23 "0x7782": { 29 "0x7783": {
24 "group": "connection", 30 "group": "connection",
25 "key": "QK_OUTPUT_NONE", 31 "key": "QK_OUTPUT_NONE",
26 "aliases": [ 32 "aliases": [
27 "OU_NONE" 33 "OU_NONE"
28 ] 34 ]
29 }, 35 },
30 "0x7783": { 36 "0x7784": {
31 "group": "connection", 37 "group": "connection",
32 "key": "QK_OUTPUT_USB", 38 "key": "QK_OUTPUT_USB",
33 "aliases": [ 39 "aliases": [
34 "OU_USB" 40 "OU_USB"
35 ] 41 ]
36 }, 42 },
37 "0x7784": { 43 "0x7785": {
38 "group": "connection", 44 "group": "connection",
39 "key": "QK_OUTPUT_2P4GHZ", 45 "key": "QK_OUTPUT_2P4GHZ",
40 "aliases": [ 46 "aliases": [
41 "OU_2P4G" 47 "OU_2P4G"
42 ] 48 ]
43 }, 49 },
44 "0x7785": { 50 "0x7786": {
45 "group": "connection", 51 "group": "connection",
46 "key": "QK_OUTPUT_BLUETOOTH", 52 "key": "QK_OUTPUT_BLUETOOTH",
47 "aliases": [ 53 "aliases": [