Add QtRawKeyboardInput feature

This adds the QtRawKeyboardInput feature to the feature control.

Change-Id: I013457d70040d7100e6733a865a48872db6bda5e
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)