diff --git a/config/kyria_rev3.keymap b/config/kyria_rev3.keymap
index 58c8f97..f325761 100644
--- a/config/kyria_rev3.keymap
+++ b/config/kyria_rev3.keymap
@@ -5,8 +5,10 @@
  */
 
 #include <behaviors.dtsi>
+#include <dt-bindings/zmk/backlight.h>
 #include <dt-bindings/zmk/bt.h>
 #include <dt-bindings/zmk/keys.h>
+#include <dt-bindings/zmk/rgb.h>
 
 /* Uncomment this block if using RGB
 &led_strip {
@@ -253,10 +255,10 @@
             //                       |      |      |      |      |      |      |      |      |      |      |      |      |
 
             bindings = <
-&trans  &trans  &bt BT_CLR  &bt BT_SEL 0  &bt BT_SEL 1  &bt BT_SEL 2                                  &trans  &trans  &trans  &trans  &trans  &trans
-&trans  &trans  &trans      &bt BT_SEL 3  &bt BT_SEL 4  &trans                                        &trans  &trans  &trans  &trans  &trans  &trans
-&trans  &trans  &trans      &trans        &trans        &trans        &trans  &trans  &trans  &trans  &trans  &trans  &trans  &trans  &trans  &trans
-                            &trans        &trans        &trans        &trans  &trans  &trans  &trans  &trans  &trans  &trans
+&trans  &trans  &bt BT_CLR  &bt BT_SEL 0  &bt BT_SEL 1  &bt BT_SEL 2                                  &bl BL_TOG  &rgb_ug RGB_EFF  &trans  &trans  &trans  &trans
+&trans  &trans  &trans      &bt BT_SEL 3  &bt BT_SEL 4  &trans                                        &bl BL_INC  &trans           &trans  &trans  &trans  &trans
+&trans  &trans  &trans      &trans        &trans        &trans        &trans  &trans  &trans  &trans  &bl BL_DEC  &trans           &trans  &trans  &trans  &trans
+                            &trans        &trans        &trans        &trans  &trans  &trans  &trans  &trans      &trans           &trans
             >;
 
             sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;