diff --git a/app/boards/arm/corneish_zen/Kconfig.defconfig b/app/boards/arm/corneish_zen/Kconfig.defconfig index 21d01f5b..904b2f67 100644 --- a/app/boards/arm/corneish_zen/Kconfig.defconfig +++ b/app/boards/arm/corneish_zen/Kconfig.defconfig @@ -22,30 +22,6 @@ config BOARD config ZMK_SPLIT default y -#config I2C -# bool -# default y - -#config I2C_0 -# bool -# default y -# depends on I2C - -#menuconfig SENSOR -# bool "Sensor Drivers" - -#config BQ274XX -# bool "BQ274xx Fuel Gauge" -# depends on I2C && SENSOR - -#config SENSOR_CAN_FETCH_ALL -# bool "Can the fuel gauge fetch all channels at once" -# default y - -config SPI - bool - default y - config BT_CTLR default BT @@ -88,10 +64,6 @@ config IL0323 config ZMK_DISPLAY_BLANK_ON_IDLE default n -#config DISPLAY_WOB -# bool "White on Black Display" -# default n - endif # ZMK_DISPLAY menuconfig CUSTOM_WIDGET_BATTERY_STATUS @@ -106,7 +78,4 @@ menuconfig CUSTOM_WIDGET_LAYER_STATUS menuconfig CUSTOM_WIDGET_PERIPHERAL_STATUS bool "custom peripheral status widget" -# config CORNE_ISH_ZEN_20 -# bool - endif # BOARD_CORNEISH_ZEN_V2_LEFT || BOARD_CORNEISH_ZEN_V2_RIGHT diff --git a/app/boards/arm/corneish_zen/corneish_zen.dtsi b/app/boards/arm/corneish_zen/corneish_zen.dtsi index 737e83c1..e22fcab7 100644 --- a/app/boards/arm/corneish_zen/corneish_zen.dtsi +++ b/app/boards/arm/corneish_zen/corneish_zen.dtsi @@ -11,8 +11,8 @@ #include / { - model = "corne-ish_zen_v2"; - compatible = "corne-ish_zen_v2"; + model = "corneish_zen_v2"; + compatible = "corneish_zen_v2"; chosen { zephyr,code-partition = &code_partition; @@ -87,37 +87,6 @@ }; }; -&uart0 { - compatible = "nordic,nrf-uarte"; - status = "okay"; - current-speed = <115200>; - tx-pin = <39>; - rx-pin = <44>; - rts-pin = <34>; - cts-pin = <9>; -}; - -/* &clk_hsi { - status = "okay"; -}; - -&pll { - prediv = <1>; - mul = <12>; - clocks = <&clk_hsi>; - status = "okay"; -}; - -&rcc { - clocks = <&pll>; - clock-frequency = ; - ahb-prescaler = <1>; - apb1-prescaler = <2>; -}; */ - - - - &flash0 { /* * For more information, see: