diff --git a/app/boards/arm/corneish_zen/Kconfig.board b/app/boards/arm/corneish_zen/Kconfig.board index 6aab8825..33baa110 100644 --- a/app/boards/arm/corneish_zen/Kconfig.board +++ b/app/boards/arm/corneish_zen/Kconfig.board @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Darryl deHaan +# Copyright (c) 2022 Darryl deHaan # SPDX-License-Identifier: MIT # diff --git a/app/boards/arm/corneish_zen/Kconfig.defconfig b/app/boards/arm/corneish_zen/Kconfig.defconfig index 15405d7e..21d01f5b 100644 --- a/app/boards/arm/corneish_zen/Kconfig.defconfig +++ b/app/boards/arm/corneish_zen/Kconfig.defconfig @@ -1,25 +1,18 @@ # -# Copyright (c) 2021 Darryl deHaan +# Copyright (c) 2022 Darryl deHaan # SPDX-License-Identifier: MIT # if BOARD_CORNEISH_ZEN_V2_LEFT config ZMK_KEYBOARD_NAME - default "Corne-ish Zen" + default "Corne-ish Zen" config ZMK_SPLIT_ROLE_CENTRAL - default y + default y endif # BOARD_CORNEISH_ZEN_V2_LEFT -if BOARD_CORNEISH_ZEN_V2_RIGHT - - config ZMK_KEYBOARD_NAME - default "Corne-ish Zen rt" - -endif # BOARD_CORNEISH_ZEN_V2_RIGHT - if BOARD_CORNEISH_ZEN_V2_LEFT || BOARD_CORNEISH_ZEN_V2_RIGHT diff --git a/app/boards/arm/corneish_zen/corneish_zen_v2_left.dts b/app/boards/arm/corneish_zen/corneish_zen_v2_left.dts index 808dce66..2c624590 100644 --- a/app/boards/arm/corneish_zen/corneish_zen_v2_left.dts +++ b/app/boards/arm/corneish_zen/corneish_zen_v2_left.dts @@ -56,24 +56,6 @@ }; -/* &i2c0 { - status = "okay"; - compatible = "nordic,nrf-twim"; - sda-pin = <6>; - scl-pin = <26>; - clock-frequency = <100000>; - - fuelgauge: bq27xx@55 { - compatible = "ti,bq274xx"; - label = "BATTERY"; - reg = <0x55>; - design-voltage = <3700>; //Battery Design Volatge in mV - design-capacity = <180>; //Battery Design Capacity in mAh - taper-current = <2>; //Battery Taper current in mAh - terminate-voltage = <2750>; //Battery Terminate Voltage in mV - }; -}; */ - &spi0 { status = "okay"; compatible = "nordic,nrf-spim"; @@ -93,7 +75,6 @@ busy-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio0 24 GPIO_ACTIVE_LOW>; pwr = [03 00 26 26]; - //softstart = [17 17 17 17]; cdi = <0xd2>; tcon = <0x22>; }; diff --git a/app/boards/arm/corneish_zen/corneish_zen_v2_left_defconfig b/app/boards/arm/corneish_zen/corneish_zen_v2_left_defconfig index eafe79cc..40d447e5 100644 --- a/app/boards/arm/corneish_zen/corneish_zen_v2_left_defconfig +++ b/app/boards/arm/corneish_zen/corneish_zen_v2_left_defconfig @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Darryl deHaan +# Copyright (c) 2022 Darryl deHaan # SPDX-License-Identifier: MIT # @@ -77,7 +77,6 @@ CONFIG_ZMK_WIDGET_LAYER_STATUS=n #CONFIG_SENSOR_LOG_LEVEL_DBG=y # Turn on USB CDC ACM device -CONFIG_ZMK_USB=y CONFIG_USB_DEVICE_STACK=y CONFIG_USB_CDC_ACM=y CONFIG_USB_CDC_ACM_RINGBUF_SIZE=1024 diff --git a/app/boards/arm/corneish_zen/corneish_zen_v2_right_defconfig b/app/boards/arm/corneish_zen/corneish_zen_v2_right_defconfig index 198d0e00..05c533a5 100644 --- a/app/boards/arm/corneish_zen/corneish_zen_v2_right_defconfig +++ b/app/boards/arm/corneish_zen/corneish_zen_v2_right_defconfig @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Darryl deHaan +# Copyright (c) 2022 Darryl deHaan # SPDX-License-Identifier: MIT # @@ -76,7 +76,6 @@ CONFIG_ZMK_WIDGET_PERIPHERAL_STATUS=n #CONFIG_SENSOR_LOG_LEVEL_DBG=y # Turn on USB CDC ACM device -CONFIG_ZMK_USB=y CONFIG_USB_DEVICE_STACK=y CONFIG_USB_CDC_ACM=y CONFIG_USB_CDC_ACM_RINGBUF_SIZE=1024 diff --git a/app/boards/arm/corneish_zen/widgets/CMakeLists.txt b/app/boards/arm/corneish_zen/widgets/CMakeLists.txt index bae0eccd..4596d086 100644 --- a/app/boards/arm/corneish_zen/widgets/CMakeLists.txt +++ b/app/boards/arm/corneish_zen/widgets/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Darryl deHaan +# Copyright (c) 2022 Darryl deHaan # SPDX-License-Identifier: MIT # diff --git a/app/boards/arm/corneish_zen/widgets/icons/CMakeLists.txt b/app/boards/arm/corneish_zen/widgets/icons/CMakeLists.txt index 19af8ead..eee750bf 100644 --- a/app/boards/arm/corneish_zen/widgets/icons/CMakeLists.txt +++ b/app/boards/arm/corneish_zen/widgets/icons/CMakeLists.txt @@ -1,4 +1,4 @@ # -# Copyright (c) 2021 Darryl deHaan +# Copyright (c) 2022 Darryl deHaan # SPDX-License-Identifier: MIT # \ No newline at end of file