zmk/app/boards/arm/tofu/tofu65_v2_defconfig
digger vermont e5ea3d7283 Add usb_device to tofu65_v2.yaml
this is likely the cause of no USB earlier
* edit column 14 in the transform for the proper rows
2023-05-06 14:39:23 -04:00

27 lines
567 B
Text

# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_RP2XXX=y
CONFIG_SOC_RP2040=y
CONFIG_BOARD_TOFU65_V2=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000
# Enable uart driver
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable USB CDC ACM logging for debugging
CONFIG_ZMK_USB_LOGGING=y
# Enable reset by default
CONFIG_RESET=y
# Code partition needed to target the correct flash range
CONFIG_USE_DT_CODE_PARTITION=y
# Output UF2 by default, native bootloader supports it.
CONFIG_BUILD_OUTPUT_UF2=y