Skip to content

Commit a440fe6

Browse files
committed
use zephyr aliases to handle mikoto_520
1 parent 2ceb737 commit a440fe6

File tree

6 files changed

+3
-62
lines changed

6 files changed

+3
-62
lines changed

app/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.13.1)
22

33
set(CONFIG_APPLICATION_DEFINED_SYSCALL true)
44

5+
set(ZEPHYR_BOARD_ALIASES "boards/aliases.cmake")
56
set(ZEPHYR_EXTRA_MODULES "${ZMK_EXTRA_MODULES};${CMAKE_CURRENT_SOURCE_DIR}/module;${CMAKE_CURRENT_SOURCE_DIR}/keymap-module")
67

78
# Find Zephyr. This also loads Zephyr's build system.

app/boards/aliases.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# defines board aliases (eg. mikoto_520 -> [email protected])
2+
set(mikoto_520_BOARD_ALIAS "mikoto")

app/boards/arm/mikoto/mikoto_520.dts

-11
This file was deleted.

app/boards/arm/mikoto/mikoto_520.yaml

-15
This file was deleted.

app/boards/arm/mikoto/mikoto_520.zmk.yml

-10
This file was deleted.

app/boards/arm/mikoto/mikoto_520_defconfig

-26
This file was deleted.

0 commit comments

Comments
 (0)