Remove the version number from the directory label to allow easier support of future version upgrades
15 lines
259 B
Text
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
|