Skip to content

Commit

Permalink
add bt profile selection
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Nov 1, 2024
1 parent fdfc177 commit 3515dec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boards/shields/cyboard/cyboard.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/ext_power.h>
#include <dt-bindings/zmk/bt.h>

/ {
keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
&kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
&kp ESC &kp F1 &kp F2 &kp F3 &bt BT_SEL 1 &bt BT_SEL 0 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
&kp EQL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp TAB &rgb_ug RGB_HUI &rgb_ug RGB_SAI &rgb_ug RGB_BRI &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp TAB &rgb_ug RGB_HUI &rgb_ug RGB_SAD &rgb_ug RGB_BRI &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&kp LGUI &kp LALT &kp LBKT &kp RBKT
Expand Down

0 comments on commit 3515dec

Please sign in to comment.