]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/_buildvars.h
Set DFU bootloader name
[kiibohd-controller.git] / Lib / _buildvars.h
index 29abafe1aaed1679762a5e37b1c4bb2fd67de7a9..2a2f502127d8518920986f9ecf8e16b57d48cd64 100644 (file)
@@ -29,8 +29,8 @@
 // ----- Defines -----
 
 // You can change these to give your code its own name.
-#define STR_MANUFACTURER       L"@MANUFACTURER@"
-#define STR_PRODUCT            L"ForceGauge - @OutputModule@ @DebugModule@"
+#define STR_MANUFACTURER        L"@MANUFACTURER@"
+#define STR_PRODUCT             L"Keyboard - @ScanModule@ @MacroModule@ @OutputModule@ @DebugModule@"
 #define STR_SERIAL              L"@GitLastCommitDate@"
 
 
 #define CLI_RepoOrigin          "@Git_Origin_URL@"
 #define CLI_CommitDate          "@Git_Date_INFO@"
 #define CLI_CommitAuthor        @Git_Commit_Author@
-#define CLI_Modules             "@OutputModule@ @DebugModule@"
+#define CLI_Modules             "Scan(@ScanModule@) Macro(@MacroModule@) Output(@OutputModule@) Debug(@DebugModule@)"
 #define CLI_BuildDate           "@Build_Date@"
 #define CLI_BuildOS             "@CMAKE_SYSTEM@"
 #define CLI_Arch                "@COMPILER_FAMILY@"
 #define CLI_Chip                "@MCU@"
 #define CLI_CPU                 "@CPU@"
-#define CLI_Device              "ForceGauge"
+#define CLI_Device              "Keyboard"
 
 
 // Mac OS-X and Linux automatically load the correct drivers.  On