Skip to content

Commit

Permalink
bluetooth and some keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
zoovasoup committed Sep 12, 2024
1 parent a716533 commit 1e6711d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
19 changes: 13 additions & 6 deletions boards/shields/waffle-34k/waffle-34k.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ behaviors {
flavor = "balanced";
bindings = <&kp>, <&kp>;
};

td0: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp j>, <&kp ESC>;
};
};

keymap {
Expand Down Expand Up @@ -50,10 +57,10 @@ behaviors {

mouse {
bindings = <
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp SQT
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans
&mkp MCLK &mkp RCLK &kp HASH &mkp LCLK &kp PRCNT &kp CARET &kp C_VOL_DOWN &kp C_VOL_UP &kp LBKT &kp RBKT
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp BSLH
&trans &trans &trans &trans &trans &trans &kp C_BRI_DOWN &kp C_BRI_UP &trans &trans
&key_repeat &mkp LCLK &trans &trans
>;
};

Expand All @@ -68,8 +75,8 @@ behaviors {

function {
bindings = <
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp SQT
&kp f1 &kp f2 &kp f3 &kp f4 &kp f5 &kp f6 &kp f7 &kp f8 &kp f9 &kp f10
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans
>;
Expand Down
7 changes: 5 additions & 2 deletions config/waffle-34k.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Make Bluetooth stronger
#CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Turn on logging, and set ZMK logging to debug output
# CONFIG_ZMK_USB_LOGGING=y
CONFIG_ZMK_USB_LOGGING=y

# Enabling Mouse Support
CONFIG_ZMK_MOUSE=y

0 comments on commit 1e6711d

Please sign in to comment.