More changes as requested in PR
This commit is contained in:
parent
c82fff2963
commit
bfd1f906fb
2 changed files with 2 additions and 64 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue