42 lines
493 B
Text
42 lines
493 B
Text
# Copyright (c) 2021 Nick Winans
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if BOARD_LAKE65
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "lake65"
|
|
|
|
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
|
|
CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
|
|
|
|
endif # BOARD_LAKE65
|