Skip to content

Commit

Permalink
remove ble stuff for wired build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilipan committed Jan 23, 2024
1 parent 118c078 commit 3bda390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/base_zilpzalp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/outputs.h>
//#include <dt-bindings/zmk/bt.h>
//#include <dt-bindings/zmk/outputs.h>

#define APT 0
#define NUM 1
Expand Down
10 changes: 7 additions & 3 deletions config/zilpzalp.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@
label = "FUN";

bindings = <
&bootloader &trans &bt BT_CLR &bt BT_PRV &kp F12 &kp F7 &kp F8 &kp F9
&trans &trans &trans &trans &bt BT_NXT &kp F11 &kp F4 &kp F5 &kp F6 &kp F10
&trans &trans &trans &kp F1 &kp F2 &kp F3
// &bootloader &trans &bt BT_CLR &bt BT_PRV &kp F12 &kp F7 &kp F8 &kp F9
// &trans &trans &trans &trans &bt BT_NXT &kp F11 &kp F4 &kp F5 &kp F6 &kp F10
// &trans &trans &trans &kp F1 &kp F2 &kp F3
// &out OUT_TOG &trans &trans &trans
&bootloader &trans &trans &trans &kp F12 &kp F7 &kp F8 &kp F9
&trans &kp F12 &kp F11 &kp F10 &trans &kp F11 &kp F4 &kp F5 &kp F6 &kp F10
&kp F9 &kp F8 &kp F7 &kp F1 &kp F2 &kp F3
&out OUT_TOG &trans &trans &trans
>;
};
Expand Down

0 comments on commit 3bda390

Please sign in to comment.