diff --git a/common/ledmap.c b/common/ledmap.c new file mode 100644 index 00000000..df30af98 --- /dev/null +++ b/common/ledmap.c @@ -0,0 +1 @@ +#include "ledmap.h" diff --git a/common/ledmap.h b/common/ledmap.h new file mode 100644 index 00000000..32c8d733 --- /dev/null +++ b/common/ledmap.h @@ -0,0 +1,9 @@ +#ifndef LEDMAP_H +#define LEDMAP_H + +#ifdef LEDMAP_ENABLE + +#else +#endif + +#endif