summaryrefslogtreecommitdiff
path: root/packages/openmoko-projects/illume/module.illume.src
blob: 2657ca3dd8c30dddaa163c1868781e5f887a0655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
group "Illume_Cfg" struct {
  value "config_version" int: 1;
  value "launcher.mode" int: 1;
  value "launcher.icon_size" int: 120;
  value "launcher.single_click" int: 1;
  value "power.auto_suspend" int: 1;
  value "power.auto_suspend_delay" int: 1;
  value "performance.cache_level" int: 3;
  value "performance.fps" int: 25;
  value "slipshelf.main_gadget_size" int: 42;
  value "slipshelf.extra_gagdet_size" int: 32;
  value "sliding.slipshelf.duration" int: 1000;
  value "sliding.kbd.duration" int: 1000;
  value "sliding.busywin.duration" int: 1000;
  value "sliding.layout.duration" int: 0;
  value "kbd.use_internal" int: 1;
}