Made it so Flashlight is in the overlay.
diff --git a/overlay/bravo/packages/apps/CMParts/res/values/config.xml b/overlay/bravo/packages/apps/CMParts/res/values/config.xml
index 43287b4..e4b04b6 100644
--- a/overlay/bravo/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/bravo/packages/apps/CMParts/res/values/config.xml
@@ -3,4 +3,6 @@
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">true</bool>
     <bool name="has_rgb_notification_led">false</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>
diff --git a/overlay/espresso/packages/apps/CMParts/res/values/config.xml b/overlay/espresso/packages/apps/CMParts/res/values/config.xml
index 43287b4..e4b04b6 100644
--- a/overlay/espresso/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/espresso/packages/apps/CMParts/res/values/config.xml
@@ -3,4 +3,6 @@
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">true</bool>
     <bool name="has_rgb_notification_led">false</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>
diff --git a/overlay/inc/packages/apps/CMParts/res/values/config.xml b/overlay/inc/packages/apps/CMParts/res/values/config.xml
index c345242..7cfa356 100644
--- a/overlay/inc/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/inc/packages/apps/CMParts/res/values/config.xml
@@ -3,4 +3,6 @@
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">true</bool>
     <bool name="has_rgb_notification_led">true</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>
diff --git a/overlay/passion/packages/apps/CMParts/res/values/config.xml b/overlay/passion/packages/apps/CMParts/res/values/config.xml
index c345242..7cfa356 100644
--- a/overlay/passion/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/passion/packages/apps/CMParts/res/values/config.xml
@@ -3,4 +3,6 @@
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">true</bool>
     <bool name="has_rgb_notification_led">true</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>
diff --git a/overlay/sholes/packages/apps/CMParts/res/values/config.xml b/overlay/sholes/packages/apps/CMParts/res/values/config.xml
index 7b5a5e4..a9e3771 100644
--- a/overlay/sholes/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/sholes/packages/apps/CMParts/res/values/config.xml
@@ -2,4 +2,6 @@
 <resources>
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">false</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>
diff --git a/overlay/supersonic/packages/apps/CMParts/res/values/config.xml b/overlay/supersonic/packages/apps/CMParts/res/values/config.xml
index abe2959..1f71848 100644
--- a/overlay/supersonic/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/supersonic/packages/apps/CMParts/res/values/config.xml
@@ -3,4 +3,6 @@
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">false</bool>
     <bool name="has_rgb_notification_led">false</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>
diff --git a/overlay/vision/packages/apps/CMParts/res/values/config.xml b/overlay/vision/packages/apps/CMParts/res/values/config.xml
index 43287b4..e4b04b6 100644
--- a/overlay/vision/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/vision/packages/apps/CMParts/res/values/config.xml
@@ -3,4 +3,6 @@
     <!-- Whether or not to display the trackball settings -->
     <bool name="has_trackball">true</bool>
     <bool name="has_rgb_notification_led">false</bool>
+
+    <bool name="has_led_flash">true</bool>
 </resources>