diff --git a/Kconfig b/Kconfig index 816ec7b..778f5d9 100644 --- a/Kconfig +++ b/Kconfig @@ -1,5 +1,6 @@ config RAW_HID bool "Enable Raw HID" + depends on !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL default n config RAW_HID_USAGE_PAGE diff --git a/build.yaml b/build.yaml index e41f07c..6e8f694 100644 --- a/build.yaml +++ b/build.yaml @@ -20,4 +20,7 @@ --- include: - board: nice_nano_v2 - shield: osprette raw_hid_adapter + shield: corne_left raw_hid_adapter + + - board: nice_nano_v2 + shield: corne_right raw_hid_adapter