Merge "inc: Enable dual-led mode for CMParts" into froyo
diff --git a/overlay/inc/packages/apps/CMParts/res/values/config.xml b/overlay/inc/packages/apps/CMParts/res/values/config.xml
index 7cfa356..19ba9c4 100644
--- a/overlay/inc/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/inc/packages/apps/CMParts/res/values/config.xml
@@ -2,7 +2,8 @@
<resources>
<!-- 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_rgb_notification_led">false</bool>
+ <bool name="has_dual_notification_led">true</bool>
<bool name="has_led_flash">true</bool>
</resources>