diff --git a/CMakeLists.txt b/CMakeLists.txt index 89f4936..c89573a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ endif(ENABLE_OTP_APP) if(ENABLE_OTP_APP OR ENABLE_OATH_APP) set(USB_ITF_CCID 1) + set(USB_ITF_WCID 1) else() set(USB_ITF_CCID 0) endif()