mirror of https://github.com/espruino/BangleApps
10 lines
412 B
JSON
10 lines
412 B
JSON
{
|
|
timeout: 10, // Default LCD timeout in seconds
|
|
vibrate: true, // Vibration enabled by default. App must support
|
|
beep: true, // Beep enabled by default. App must support
|
|
timezone: 0, // Set the timezone for the device
|
|
HID : false, // BLE HID mode, off by default
|
|
HIDGestures: false,
|
|
debug: false, // Debug mode disabled by default. App must support
|
|
}
|