# Copyright (c) 2021 Nick Winans # SPDX-License-Identifier: MIT if BOARD_ZUNA80 config ZMK_KEYBOARD_NAME default "zuna80" if USB config USB_NRFX default y config USB_DEVICE_STACK default y endif # USB config BT_CTLR default BT config ZMK_BLE default y config ZMK_USB default y config ZMK_BATTERY_VOLTAGE_DIVIDER default y if ZMK_BACKLIGHT config PWM default y config LED_PWM default y endif # ZMK_BACKLIGHT endif # BOARD_ZUNA80