keycodes_0.0.6_connection.hjson 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "ranges": {
  3. "0x7780/0x003F": {
  4. "define": "QK_CONNECTION"
  5. }
  6. }
  7. "keycodes": {
  8. "0x7780": {
  9. "group": "connection",
  10. "key": "QK_OUTPUT_AUTO",
  11. "label": "Output Auto",
  12. "aliases": [
  13. "OU_AUTO"
  14. ]
  15. },
  16. "0x7781": {
  17. "group": "connection",
  18. "key": "QK_OUTPUT_NEXT",
  19. "label": "Next Output",
  20. "aliases": [
  21. "OU_NEXT"
  22. ]
  23. },
  24. "0x7782": {
  25. "group": "connection",
  26. "key": "QK_OUTPUT_PREV",
  27. "label": "Previous Output",
  28. "aliases": [
  29. "OU_PREV"
  30. ]
  31. },
  32. "0x7783": {
  33. "group": "connection",
  34. "key": "QK_OUTPUT_NONE",
  35. "label": "None",
  36. "aliases": [
  37. "OU_NONE"
  38. ]
  39. },
  40. "0x7784": {
  41. "group": "connection",
  42. "key": "QK_OUTPUT_USB",
  43. "label": "USB",
  44. "aliases": [
  45. "OU_USB"
  46. ]
  47. },
  48. "0x7785": {
  49. "group": "connection",
  50. "key": "QK_OUTPUT_2P4GHZ",
  51. "label": "2.4GHz",
  52. "aliases": [
  53. "OU_2P4G"
  54. ]
  55. },
  56. "0x7786": {
  57. "group": "connection",
  58. "key": "QK_OUTPUT_BLUETOOTH",
  59. "label": "Bluetooth",
  60. "aliases": [
  61. "OU_BT"
  62. ]
  63. },
  64. "0x7790": {
  65. "group": "connection",
  66. "key": "QK_BLUETOOTH_PROFILE_NEXT",
  67. "label": "Bluetooth Profile Next",
  68. "aliases": [
  69. "BT_NEXT"
  70. ]
  71. },
  72. "0x7791": {
  73. "group": "connection",
  74. "key": "QK_BLUETOOTH_PROFILE_PREV",
  75. "label": "Bluetooth Profile Previous",
  76. "aliases": [
  77. "BT_PREV"
  78. ]
  79. },
  80. "0x7792": {
  81. "group": "connection",
  82. "key": "QK_BLUETOOTH_UNPAIR",
  83. "label": "Unpair",
  84. "aliases": [
  85. "BT_UNPR"
  86. ]
  87. }
  88. "0x7793": {
  89. "group": "connection",
  90. "key": "QK_BLUETOOTH_PROFILE1",
  91. "label": "Bluetooth Profile 1",
  92. "aliases": [
  93. "BT_PRF1"
  94. ]
  95. },
  96. "0x7794": {
  97. "group": "connection",
  98. "key": "QK_BLUETOOTH_PROFILE2",
  99. "label": "Bluetooth Profile 2",
  100. "aliases": [
  101. "BT_PRF2"
  102. ]
  103. },
  104. "0x7795": {
  105. "group": "connection",
  106. "key": "QK_BLUETOOTH_PROFILE3",
  107. "label": "Bluetooth Profile 3",
  108. "aliases": [
  109. "BT_PRF3"
  110. ]
  111. },
  112. "0x7796": {
  113. "group": "connection",
  114. "key": "QK_BLUETOOTH_PROFILE4",
  115. "label": "Bluetooth Profile 4",
  116. "aliases": [
  117. "BT_PRF4"
  118. ]
  119. },
  120. "0x7797": {
  121. "group": "connection",
  122. "key": "QK_BLUETOOTH_PROFILE5",
  123. "label": "Bluetooth Profile 5",
  124. "aliases": [
  125. "BT_PRF5"
  126. ]
  127. },
  128. }
  129. }