zmk-config

ZMK config for my Sweep Ferris
Log | Files | Refs

Kconfig.defconfig (572B)


      1 # Copyright (c) 2020 The ZMK Contributors
      2 # SPDX-License-Identifier: MIT
      3 
      4 if SHIELD_SWEEP_DONGLE
      5 
      6 config ZMK_KEYBOARD_NAME
      7     default "Sweep"
      8 
      9 config ZMK_SPLIT_ROLE_CENTRAL
     10     default y
     11 
     12 config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS
     13     default 2
     14 
     15 # Set this to ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS + your desired number of BT profiles (default is 5)
     16 config BT_MAX_CONN
     17     default 6
     18 
     19 # Set this to the same number as BT_MAX_CONN
     20 config BT_MAX_PAIRED
     21     default 6
     22 
     23 endif
     24 
     25 if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE
     26 
     27 config ZMK_SPLIT
     28     default y
     29 
     30 endif