diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 03:26:44 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 05:45:43 +0100 |
commit | 26b38ecb887946945cfbacfc2730dc9c178f6dfa (patch) | |
tree | 092f2e5b4ba676ce693865b5f8486d137f3230c3 /config.h.in | |
parent | 15ea5b6a8e13d4d694ea1f256c37440f72f416bd (diff) | |
download | usb-drivers-26b38ecb887946945cfbacfc2730dc9c178f6dfa.tar.gz usb-drivers-26b38ecb887946945cfbacfc2730dc9c178f6dfa.tar.xz usb-drivers-26b38ecb887946945cfbacfc2730dc9c178f6dfa.zip |
Import elksmart-comm for transceiving IR codes
The receive functionality in the EXK4S is quite unstable,
however useful enough for something that is officially unsupported.
The gadgets are picky about cables and/or ports,
but it has ridiculous reach when it works.
This utility has previously been in the desktop-tools repository.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..086c99d --- /dev/null +++ b/config.h.in @@ -0,0 +1,8 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROGRAM_NAME "${PROJECT_NAME}" +#define PROGRAM_VERSION "${PROJECT_VERSION}" + +#endif // ! CONFIG_H + |