mirror of https://github.com/espruino/BangleApps
26 lines
980 B
JSON
26 lines
980 B
JSON
{
|
|
ble: true, // Bluetooth enabled by default
|
|
blerepl: true, // Is REPL on Bluetooth - can Espruino IDE be used?
|
|
log: false, // Do log messages appear on screen?
|
|
timeout: 10, // Default LCD timeout in seconds
|
|
vibrate: true, // Vibration enabled by default. App must support
|
|
beep: "vib", // Beep enabled by default. App must support
|
|
timezone: 0, // Set the timezone for the device
|
|
HID : false, // BLE HID mode, off by default
|
|
clock: null, // a string for the default clock's name
|
|
"12hour" : false, // 12 or 24 hour clock?
|
|
// welcomed : undefined/true (whether welcome app should show)
|
|
brightness: 1, // LCD brightness from 0 to 1
|
|
options: {
|
|
wakeOnBTN1: true,
|
|
wakeOnBTN2: true,
|
|
wakeOnBTN3: true,
|
|
wakeOnFaceUp: false,
|
|
wakeOnTouch: false,
|
|
wakeOnTwist: true,
|
|
twistThreshold: 819.2,
|
|
twistMaxY: -800,
|
|
twistTimeout: 1000
|
|
}
|
|
}
|