Skip to content

Commit

Permalink
Upd ble config
Browse files Browse the repository at this point in the history
  • Loading branch information
hikkidev committed Nov 11, 2023
1 parent 1c22174 commit 9d7e217
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion config/kyria_rev3.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CONFIG_ZMK_KEYBOARD_NAME=Kyria_rev3

# Enable deep sleep support
CONFIG_ZMK_SLEEP=y

Expand All @@ -10,8 +12,23 @@ CONFIG_ZMK_IDLE_TIMEOUT=60000
# Battery level report interval in seconds (5m)
CONFIG_ZMK_BATTERY_REPORT_INTERVAL=300

# Work around an annoying Windows bug with battery notifications.
# Work around an annoying Windows bug with battery notifications
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n

# Prevents using some consumer key codes, but allows compatibility with more host OSes
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y

# Enable Bluetooth support
CONFIG_BT=y

# Note that CONFIG_BT_MAX_CONN and CONFIG_BT_MAX_PAIRED should be set to the same value
# Maximum number of simultaneous Bluetooth connections
CONFIG_BT_MAX_CONN=5
# Maximum number of paired Bluetooth devices
CONFIG_BT_MAX_PAIRED=5

# Enable ZMK as a Bluetooth keyboard
CONFIG_ZMK_BLE=y

# Clears all bond information from the keyboard on startup <- https://github.com/zmkfirmware/zmk/issues/1538
CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y

0 comments on commit 9d7e217

Please sign in to comment.