Skip to content

Commit

Permalink
Update Kconfig to select NKRO mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Mar 27, 2024
1 parent bb23380 commit 4c8d018
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ config ZMK_HID_REPORT_TYPE_NKRO

endchoice

config ZMK_HID_KEYBOARD_EXTENDED_REPORT
bool "Enable extended nkro reporting 2"
select ZMK_HID_KEYBOARD_NKRO_EXTENDED_REPORT

config ZMK_HID_KEYBOARD_NKRO_EXTENDED_REPORT
bool "Enable extended NKRO reporting"
depends on ZMK_HID_REPORT_TYPE_NKRO
Expand Down

0 comments on commit 4c8d018

Please sign in to comment.