Skip to content

Commit

Permalink
try out
Browse files Browse the repository at this point in the history
  • Loading branch information
kilipan committed May 17, 2024
1 parent 7338d07 commit 41d0871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/boards/shields/zilpzalp_ble/zilpzalp_ble.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=32
#CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5

# turn on deep sleep
CONFIG_ZMK_SLEEP=y
#CONFIG_ZMK_SLEEP=y

# increase BLE transmission power
#CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
4 changes: 2 additions & 2 deletions config/zilpzalp_ble.keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "base_zilpzalp.h"
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/outputs.h>
#include "base_zilpzalp.h"


// zilpzalp key numbers
Expand Down Expand Up @@ -60,7 +60,7 @@
label = "FUN";

bindings = <
&bootloader &trans &bt BT_CLR &bt BT_PRV &kp F12 &kp F7 &kp F8 &kp F9
&bootloader &trans &bt BT_CLR_ALL &bt BT_PRV &kp F12 &kp F7 &kp F8 &kp F9
&bootloader &kp F12 &kp F11 &kp F10 &bt BT_NXT &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 41d0871

Please sign in to comment.