docs: Add a hardware issues page under troubleshooting (#2360)
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> Co-authored-by: Anant Thazhemadam <47104651+thazhemadam@users.noreply.github.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
parent
cb5e605906
commit
80df3195b7
14 changed files with 457 additions and 1 deletions
12
app/boards/shields/tester_pro_micro/Kconfig.defconfig
Normal file
12
app/boards/shields/tester_pro_micro/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
if SHIELD_TESTER_PRO_MICRO
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "ZMK Tester"
|
||||
|
||||
config ZMK_BLE
|
||||
def_bool n
|
||||
|
||||
config SETTINGS
|
||||
def_bool n
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue