Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe8er committed Jan 20, 2024
1 parent 059c67e commit c8cdd38
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
13 changes: 0 additions & 13 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# This file generates the GitHub Actions matrix
# For simple board + shield combinations, add them
# to the top level board and shield arrays, for more
# control, add individual board + shield combinations to
# the `include` property, e.g:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
# shield: reviung41
#
---
include:
- board: nice_nano_v2
Expand Down
1 change: 0 additions & 1 deletion config/boards/shields/horizon-mini/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ if SHIELD_HORIZON-MINI

config ZMK_KEYBOARD_NAME
default "Horizon-mini"

endif
22 changes: 22 additions & 0 deletions config/horizon-mini.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
CONFIG_ZMK_KEYBOARD_NAME="Piotr's Horizon Mini"

# increase bluetooth signal power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# enable deep sleep support
CONFIG_ZMK_SLEEP=y

# the keyboard disconnects from bluetooth.
# uses very little power, but it may take
# a few seconds to reconnect after waking.
# 1.800.000 ms = 30 minutes
CONFIG_ZMK_IDLE_TIMEOUT=30000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000

# "Eager Debouncing"
# Trying to lower the input lag.
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5

# Clears all bond information from the keyboard on startup
# CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y

0 comments on commit c8cdd38

Please sign in to comment.