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 May 30, 2023
1 parent 6a4f0bf commit 5f8d0a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 5f8d0a2

Please sign in to comment.