32 lines
No EOL
761 B
Text
32 lines
No EOL
761 B
Text
# birdsong config for pipar point
|
|
# (c) 2025 eden ariel
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
rsource "Kconfig.defconfig"
|
|
|
|
config BOARD_PIPAR_POINT
|
|
select SOC_NRF52840_QIAA
|
|
select ARM_MPU
|
|
select CHARGER if !MCUBOOT
|
|
select ZMK_SPLIT if BIRDSONG_HW_ZMK
|
|
imply BIRDSONG_HW_APP_SUPPORT if !MCUBOOT
|
|
imply BIRDSONG_HW_SHELL if !MCUBOOT
|
|
imply PWM if !MCUBOOT
|
|
imply LED
|
|
imply LED_PWM if !MCUBOOT
|
|
imply BT_LLL_VENDOR_NORDIC if BT
|
|
|
|
if BOARD_PIPAR_POINT
|
|
config PIPAR_POINT_ZMK
|
|
def_bool BIRDSONG_HW_ZMK
|
|
imply ZMK_BACKLIGHT
|
|
imply ZMK_BACKLIGHT_AUTO_OFF_IDLE
|
|
imply ZMK_BATTERY_REPORTING
|
|
|
|
config PIPAR_POINT_RIGHT
|
|
bool "pipar point right half"
|
|
default n
|
|
config PIPAR_POINT_LEFT
|
|
bool "pipar point left half"
|
|
default n
|
|
endif # BOARD_PIPAR_POINT |