Skip to content

Commit

Permalink
More changes as requested in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
LOWPROKB committed Oct 24, 2022
1 parent c82fff2 commit bfd1f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
31 changes: 0 additions & 31 deletions app/boards/arm/corneish_zen/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
35 changes: 2 additions & 33 deletions app/boards/arm/corneish_zen/corneish_zen.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <dt-bindings/zmk/matrix_transform.h>

/ {
model = "corne-ish_zen_v2";
compatible = "corne-ish_zen_v2";
model = "corneish_zen_v2";
compatible = "corneish_zen_v2";

chosen {
zephyr,code-partition = &code_partition;
Expand Down Expand Up @@ -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 = <DT_FREQ_M(72)>;
ahb-prescaler = <1>;
apb1-prescaler = <2>;
}; */




&flash0 {
/*
* For more information, see:
Expand Down

0 comments on commit bfd1f90

Please sign in to comment.