Skip to content

Commit

Permalink
output toggle and bluetooth selection moved
Browse files Browse the repository at this point in the history
  • Loading branch information
NikodemMarek authored Feb 5, 2024
1 parent 34b46a4 commit 7117ea9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <dt-bindings/zmk/ext_power.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>

/ {
combos {
Expand Down Expand Up @@ -238,10 +239,10 @@

special {
bindings = <
&none &kp K_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &bootloader &bootloader &none &none &ext_power EP_TOG &bt BT_CLR
&kp K_STOP &kp K_PREVIOUS &kp K_PLAY_PAUSE &kp K_NEXT &sys_reset &sys_reset &none &none &none &none
&none &none &none &none &none &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4
&tog 8 &trans &trans &trans
&none &kp K_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &bootloader &bootloader &none &none &none &bt BT_CLR
&kp K_STOP &kp K_PREVIOUS &kp K_PLAY_PAUSE &kp K_NEXT &sys_reset &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4
&out OUT_USB &out OUT_BLE &out OUT_TOG &ext_power EP_TOG &none &sys_reset &none &none &none &none
&tog 8 &trans &trans &trans
>;

label = "special";
Expand Down

0 comments on commit 7117ea9

Please sign in to comment.