aboutsummaryrefslogtreecommitdiff
path: root/include/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifications')
-rw-r--r--include/notifications/haptic.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h
index 3036485..d82d1c9 100644
--- a/include/notifications/haptic.h
+++ b/include/notifications/haptic.h
@@ -36,9 +36,12 @@ namespace notifications {
class Haptic
{
public:
- enum Mode { VIBRATE_DEFAULT };
+ enum Mode
+ {
+ MODE_PULSE
+ };
- Haptic(const Mode& mode = VIBRATE_DEFAULT);
+ Haptic(const Mode& mode = MODE_PULSE);
~Haptic();
private: