Skip to content

Commit

Permalink
formatting and minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Jun 1, 2023
1 parent 6a4f0bf commit ecc0652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/boards/arm/adv360pro/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions app/boards/arm/adv360pro/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,4 +61,4 @@ config SPI



endif # BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
endif # BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
2 changes: 1 addition & 1 deletion app/boards/arm/adv360pro/adv360pro.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/ {
model = "Adv360";
compatible = "kinesis,adv360";
compatible = "kinesis,adv360pro";

chosen {
zephyr,code-partition = &code_partition;
Expand Down

0 comments on commit ecc0652

Please sign in to comment.