summary refs log tree commit diff
path: root/data/constants
diff options
context:
space:
mode:
Diffstat (limited to 'data/constants')
-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
+}