summary refs log tree commit diff
path: root/data/constants/keycodes/keycodes_0.0.1_lighting.hjson
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-11-06 08:11:59 +1100
committerGitHub <noreply@github.com>2022-11-06 08:11:59 +1100
commit219afaba42e6b4384f578977eadbb71a03383ecc (patch)
tree78f7c30b94d9ade9fb84821ed3a3ce463a3afa19 /data/constants/keycodes/keycodes_0.0.1_lighting.hjson
parent352beeac2f62edf1f3288a2a7aa0f1e3bafa7dfd (diff)
Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'data/constants/keycodes/keycodes_0.0.1_lighting.hjson')
-rw-r--r--data/constants/keycodes/keycodes_0.0.1_lighting.hjson37
1 files changed, 29 insertions, 8 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.1_lighting.hjson b/data/constants/keycodes/keycodes_0.0.1_lighting.hjson
index 90ed36c645..77275cec29 100644
--- a/data/constants/keycodes/keycodes_0.0.1_lighting.hjson
+++ b/data/constants/keycodes/keycodes_0.0.1_lighting.hjson
@@ -2,31 +2,52 @@
     "keycodes": {
         "0x7800": {
             "group": "backlight",
-            "key": "BL_ON"
+            "key": "QK_BACKLIGHT_ON",
+            "aliases": [
+                "BL_ON"
+            ]
         },
         "0x7801": {
             "group": "backlight",
-            "key": "BL_OFF"
+            "key": "QK_BACKLIGHT_OFF",
+            "aliases": [
+                "BL_OFF"
+            ]
         },
         "0x7802": {
             "group": "backlight",
-            "key": "BL_DEC"
+            "key": "QK_BACKLIGHT_TOGGLE",
+            "aliases": [
+                "BL_TOGG"
+            ]
         },
         "0x7803": {
             "group": "backlight",
-            "key": "BL_INC"
+            "key": "QK_BACKLIGHT_DOWN",
+            "aliases": [
+                "BL_DOWN"
+            ]
         },
         "0x7804": {
             "group": "backlight",
-            "key": "BL_TOGG"
+            "key": "QK_BACKLIGHT_UP",
+            "aliases": [
+                "BL_UP"
+            ]
         },
         "0x7805": {
             "group": "backlight",
-            "key": "BL_STEP"
+            "key": "QK_BACKLIGHT_STEP",
+            "aliases": [
+                "BL_STEP"
+            ]
         },
         "0x7806": {
             "group": "backlight",
-            "key": "BL_BRTG"
+            "key": "QK_BACKLIGHT_TOGGLE_BREATHING",
+            "aliases": [
+                "BL_BRTG"
+            ]
         },
 
         "0x7820": {
@@ -151,4 +172,4 @@
             ]
         }
     }
-}
\ No newline at end of file
+}