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

12 lines
147 B
Plaintext

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