wip: late-night untested launcher app musings

This commit is contained in:
Joey Castillo
2021-09-28 01:06:37 -04:00
parent 15ae7ab84b
commit 624ff19580
7 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,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_