Add QtRawKeyboardInput feature

This adds the QtRawKeyboardInput feature to the feature control.

Change-Id: I54562b0f4941545a481a9d58124e661fe935f85d
GitOrigin-RevId: 702a98f237c2012fcae46b4480a9e289b373d89d
diff --git a/host-common/include/host-common/FeatureControlDefHost.h b/host-common/include/host-common/FeatureControlDefHost.h
index bc59744..2376448 100644
--- a/host-common/include/host-common/FeatureControlDefHost.h
+++ b/host-common/include/host-common/FeatureControlDefHost.h
@@ -82,3 +82,4 @@
 FEATURE_CONTROL_ITEM(WiFiPacketStream, 95)
 FEATURE_CONTROL_ITEM(VulkanAllocateDeviceMemoryOnly, 98)
 FEATURE_CONTROL_ITEM(VulkanAllocateHostMemory, 99)
+FEATURE_CONTROL_ITEM(QtRawKeyboardInput, 100)