summaryrefslogtreecommitdiffstats
path: root/overlay/packages/apps/CMParts/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/packages/apps/CMParts/res/values/config.xml')
-rw-r--r--overlay/packages/apps/CMParts/res/values/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/overlay/packages/apps/CMParts/res/values/config.xml b/overlay/packages/apps/CMParts/res/values/config.xml
new file mode 100644
index 0000000..4efc9ac
--- /dev/null
+++ b/overlay/packages/apps/CMParts/res/values/config.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Whether or not to display the trackball settings -->
+ <bool name="has_trackball">false</bool>
+
+ <!-- Notification LED has single color only -->
+ <bool name="has_single_notification_led">true</bool>
+
+ <bool name="has_led_flash">true</bool>
+</resources>