Skip to content

Commit

Permalink
try fixing 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kilipan committed Jan 23, 2024
1 parent e69b410 commit ae45bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
include:
- board: seeeduino_xiao_rp2040
shield: zilpzalp
- board: seeeduino_xiao_ble
shield: zilpzalp
// - board: seeeduino_xiao_ble
// shield: zilpzalp
4 changes: 2 additions & 2 deletions config/zilpzalp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=32

# eager debouncing: 0 ms, standard: 5 ms
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5
#CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5
#CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5

###
Expand All @@ -14,6 +14,6 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_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

0 comments on commit ae45bfb

Please sign in to comment.