Update cyber60_defconfig Update cyber60.dts Update Kconfig.defconfig simplifying stuff a bit to make it compile started implementing matrix added BT-commands Update cyber60.dts cont Update cyber60.dts cont cont Update cyber60.keymap Update cyber60.dts removed personal layout fixed partition and matrix-issue.
31 lines
374 B
Text
31 lines
374 B
Text
# Copyright (c) 2020 Stefan Sundin (4pplet)
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if BOARD_CYBER60_A
|
|
|
|
config BOARD
|
|
default "cyber60 Rev A"
|
|
|
|
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
|
|
|
|
endif # BOARD_CYBER60_A
|