From 65cc47c26fad2f5efce73b13f5a9eecc51f3cd28 Mon Sep 17 00:00:00 2001 From: Erik Trinkle Date: Fri, 1 Nov 2024 09:52:28 -0400 Subject: [PATCH] move location of battery sensor info --- boards/arm/cyboard/cyboard_defconfig | 4 +++- boards/shields/cyboard/Kconfig.defconfig | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/boards/arm/cyboard/cyboard_defconfig b/boards/arm/cyboard/cyboard_defconfig index 1ed70a9..e4d4e56 100644 --- a/boards/arm/cyboard/cyboard_defconfig +++ b/boards/arm/cyboard/cyboard_defconfig @@ -24,4 +24,6 @@ CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y CONFIG_ZMK_BLE=y -CONFIG_ZMK_USB=y \ No newline at end of file +CONFIG_ZMK_USB=y + +CONFIG_MAX17048=y \ No newline at end of file diff --git a/boards/shields/cyboard/Kconfig.defconfig b/boards/shields/cyboard/Kconfig.defconfig index 8f8f172..86efadc 100644 --- a/boards/shields/cyboard/Kconfig.defconfig +++ b/boards/shields/cyboard/Kconfig.defconfig @@ -15,9 +15,6 @@ config ZMK_SPLIT endif -config MAX17048 - default y - config ZMK_RGB_UNDERGLOW default y imply WS2812_STRIP \ No newline at end of file