We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4f0bf commit 5f8d0a2Copy full SHA for 5f8d0a2
app/boards/arm/adv360pro/Kconfig.defconfig
@@ -14,12 +14,12 @@ if BOARD_ADV360PRO_LEFT
14
15
endif # BOARD_ADV360PRO_LEFT
16
17
-if BOARD_ADV360_RIGHT
+if BOARD_ADV360PRO_RIGHT
18
19
config ZMK_KEYBOARD_NAME
20
default "Adv360 Pro rt"
21
22
-endif # BOARD_ADV360_RIGHT
+endif # BOARD_ADV360PRO_RIGHT
23
24
25
if BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
@@ -61,4 +61,4 @@ config SPI
61
62
63
64
-endif # BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
+endif # BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
app/boards/arm/adv360pro/adv360pro.dtsi
@@ -15,7 +15,7 @@
/ {
model = "Adv360";
- compatible = "kinesis,adv360";
+ compatible = "kinesis,adv360pro";
chosen {
zephyr,code-partition = &code_partition;
0 commit comments