Skip to content

Commit

Permalink
add adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeneg committed Dec 23, 2024
1 parent 6142ae3 commit f135a35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions boards/shields/raw_hid_adapter/Kconfig.shield
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config SHIELD_RAW_HID_ADAPTER
def_bool $(shields_list_contains,raw_hid_adapter)
3 changes: 3 additions & 0 deletions boards/shields/raw_hid_adapter/raw_hid_adapter.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_ZMK_RAW_HID=y
CONFIG_USB_DEVICE_HID=y
CONFIG_USB_HID_DEVICE_COUNT=2
Empty file.
3 changes: 3 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: zmk-raw-hid
build:
cmake: .
kconfig: Kconfig
settings:
board_root: .

0 comments on commit f135a35

Please sign in to comment.