zmk/app/boards/arm/kbdfans_tofu65_v2/Kconfig.defconfig
digger vermont 2f41607260 General cleanup and tighten up
* replace tofu65_v2 with kbdfans_tofu65_v2 in several files
* remove unnecessary and unused commented out code
* neaten up keymap layers
* other small edits
2023-05-13 17:43:44 -04:00

15 lines
259 B
Text

# Copyright (c) 2023 The ZMK Contributors
# SPDX-License-Identifier: MIT
if BOARD_KBDFANS_TOFU65_V2
config ZMK_KEYBOARD_NAME
default "kbdfans tofu65"
config RP2_FLASH_W25Q080
default y
config ZMK_USB
default y
endif # BOARD_KBDFANS_TOFU65_V2