32 lines
385 B
Plaintext
32 lines
385 B
Plaintext
# Copyright (c) 2022 Tony Grosinger
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if BOARD_PSEUDACRIS
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "pseudacris"
|
|
|
|
if USB_DEVICE_STACK
|
|
|
|
config USB_NRFX
|
|
default y
|
|
|
|
endif # USB_DEVICE_STACK
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
config ZMK_BLE
|
|
default y
|
|
|
|
config ZMK_USB
|
|
default y
|
|
|
|
config PINMUX
|
|
default y
|
|
|
|
config BOARD_ENABLE_CHARGER
|
|
default y
|
|
|
|
endif # BOARD_PSEUDACRIS
|