Skip to content

Commit

Permalink
Add rgb controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Aug 25, 2024
1 parent 3c0f317 commit 91f9bc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/ext_power.h>
#include <dt-bindings/zmk/backlight.h>
#include <dt-bindings/zmk/rgb.h>

#define DEFAULT 0
#define NUMBER 1
Expand Down Expand Up @@ -71,10 +71,10 @@
// | BTCLRALL | | | | | | | | PREV | PAUSE | NEXT | MUTE | VOL DOWN |
// | | | SPC | | ENT | | ALT |
bindings = <
&bt BT_CLR_ALL &bt BT_CLR &bt BT_PRV &bt BT_NXT &trans &trans &kp C_PREV &kp C_PP &kp C_NEXT &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&ext_power EP_ON &ext_power EP_OFF &trans &trans &trans &trans &trans &trans &trans &trans &bl BL_CYCLE &bl BL_TOG
&trans &trans &trans &trans &trans &trans
&bt BT_CLR_ALL &bt BT_CLR &bt BT_PRV &bt BT_NXT &none &none &kp C_PREV &kp C_PP &kp C_NEXT &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&ext_power EP_ON &ext_power EP_OFF &none &none &none &rgb_ug RGB_EFF &rgb_ug RGB_HUD &rgb_ug RGB_HUI &rgb_ug RGB_SAD &rgb_ug RGB_SAI &rgb_ug RGB_BRD &rgb_ug RGB_BRI
&none &none &none &rgb_ug RGB_TOG &rgb_ug RGB_SPD &rgb_ug RGB_SPI
>;
};
};
Expand Down

0 comments on commit 91f9bc6

Please sign in to comment.