Skip to content

Commit

Permalink
keyboard: Bring up USB communication
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Feb 7, 2023
1 parent c5351f7 commit 2e25047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/boards/arm/hw75_keyboard/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ config ZMK_RGB_UNDERGLOW_EXT_POWER
config BUILD_OUTPUT_UF2
default y

config HW75_USB_COMM
default y
select HW75_USB_COMM_FEATURE_RGB

if BUILD_OUTPUT_UF2

config BUILD_OUTPUT_UF2_FAMILY_ID
Expand Down
1 change: 1 addition & 0 deletions config/boards/arm/hw75_keyboard/hw75_keyboard_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ CONFIG_HEAP_MEM_POOL_SIZE=2048
# USB
CONFIG_USB_DEVICE_MANUFACTURER="HelloWord"
CONFIG_USB_DEVICE_PRODUCT="HW-75 Keyboard"
CONFIG_USB_HID_DEVICE_COUNT=2

0 comments on commit 2e25047

Please sign in to comment.