Production repository for the all-new Advantage360 Professional using ZMK engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

60 lines
701 B

#
# Copyright (c) 2021 Polarity Works
# SPDX-License-Identifier: MIT
#
if BOARD_ADV360_LEFT
config ZMK_KEYBOARD_NAME
default "Adv360 Pro"
endif # BOARD_ADV360_LEFT
if BOARD_ADV360_RIGHT
config ZMK_KEYBOARD_NAME
default "Adv360 Pro rt"
endif # BOARD_ADV360_RIGHT
if BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
config BOARD
default "adv360"
config ZMK_SPLIT
default y
config SPI
bool
default y
config BT_CTLR
default BT
config ZMK_BLE
default y
config ZMK_USB
default y
if USB
config USB_NRFX
default y
config USB_DEVICE_STACK
default y
endif # USB
config ZMK_BATTERY_VOLTAGE_DIVIDER
default y
config SPI
default y
endif # BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT