forked from FOSS/BangleApps
12 lines
523 B
JSON
12 lines
523 B
JSON
{
|
|
ble: true, // Bluetooth enabled by default
|
|
dev: true, // Espruino IDE enabled by default
|
|
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
|
|
}
|