formatting and minor tweaks
This commit is contained in:
parent
6a4f0bfe65
commit
ecc0652eb6
3 changed files with 5 additions and 4 deletions
|
@ -4,3 +4,4 @@ config BOARD_ENABLE_DCDC
|
|||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
|
||||
|
|
|
@ -14,12 +14,12 @@ if BOARD_ADV360PRO_LEFT
|
|||
|
||||
endif # BOARD_ADV360PRO_LEFT
|
||||
|
||||
if BOARD_ADV360_RIGHT
|
||||
if BOARD_ADV360PRO_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Adv360 Pro rt"
|
||||
|
||||
endif # BOARD_ADV360_RIGHT
|
||||
endif # BOARD_ADV360PRO_RIGHT
|
||||
|
||||
|
||||
if BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
|
||||
|
@ -61,4 +61,4 @@ config SPI
|
|||
|
||||
|
||||
|
||||
endif # BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
|
||||
endif # BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
/ {
|
||||
model = "Adv360";
|
||||
compatible = "kinesis,adv360";
|
||||
compatible = "kinesis,adv360pro";
|
||||
|
||||
chosen {
|
||||
zephyr,code-partition = &code_partition;
|
||||
|
|
Loading…
Add table
Reference in a new issue