Enable Custom Key in Web SOL for Intel platform

Add customKeyEnable and KeyType items in config.json to enable
VT100+ Custom Key for Web SOL. Intel BIOS use VT100+ protocol for
console redirection, with current xtermjs key extensions, some
important keys such as Backspace, F1-F12 cannot work in Web SOL
on Intel platform in BIOS setup page and UEFI shell. To support
key extensions in VT100+, add some entries in config.json to
enable VT100+ support in Intel platforms.

Change-Id: Ic863415d8568d9b7a827f49ed9d16725c4e10f66
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
diff --git a/meta-common/recipes-phosphor/webui/phosphor-webui/config.json b/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
index 628b4f8..1543a62 100644
--- a/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
+++ b/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
@@ -1,4 +1,6 @@
 {
+  "customKeyEnable": true,
+  "keyType" : "VT100+",
   "customConsoleDisplaySize": {
     "width": 100,
     "height": 32