forked from FOSS/BangleApps
Update settings.js
parent
d4351c3b9d
commit
a0c42670a1
|
@ -1,7 +1,7 @@
|
||||||
(function (back) {
|
(function (back) {
|
||||||
var FILE = "clockcal.json";
|
var FILE = "clockcal.json";
|
||||||
const defaults={
|
const defaults={
|
||||||
CAL_ROWS: 4, //number of calendar rows.(weeks) Shouldn't exceed 5 when using widgets.
|
CAL_ROWS: 4, //total number of calendar rows.(weeks) Shouldn't exceed 5 when using widgets.
|
||||||
CAL_ROWS_PRIOR: 0, //number of calendar rows.(weeks) that show above the current week
|
CAL_ROWS_PRIOR: 0, //number of calendar rows.(weeks) that show above the current week
|
||||||
BUZZ_ON_BT: true, //2x slow buzz on disconnect, 2x fast buzz on connect. Will be extra widget eventually
|
BUZZ_ON_BT: true, //2x slow buzz on disconnect, 2x fast buzz on connect. Will be extra widget eventually
|
||||||
MODE24: true, //24h mode vs 12h mode
|
MODE24: true, //24h mode vs 12h mode
|
||||||
|
|
Loading…
Reference in New Issue