Files
zmk/app/boards/shields/tester_xiao/Kconfig.defconfig
2024-10-31 10:42:00 -07:00

12 lines
142 B
Plaintext

if SHIELD_TESTER_XIAO
config ZMK_KEYBOARD_NAME
default "ZMK Tester"
config ZMK_BLE
def_bool n
config SETTINGS
def_bool n
endif