summaryrefslogtreecommitdiffstats
path: root/launcher/launcher_config.h
blob: cb820a7e997f62bb4cc7ae681a1a743a0d57cf8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LAUNCHER_CONFIG_H_
#define LAUNCHER_CONFIG_H_

#include "fake_widget.h"

#define LAUNCHER_NUM_WIDGETS 1

WatchWidget widgets[LAUNCHER_NUM_WIDGETS] = {
    fake_widget
};


#endif // LAUNCHER_CONFIG_H_