X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2FkiibohdDefs.h;h=259de788223642343a48ab6d6999d4c383afa686;hb=a0b768211af354188b833e29ccf5ae18f2bbfb31;hp=dd21fd023f51d9cf577e4ea7bd2f4c2db4268369;hpb=0cb66411aad82f7bf9fa20e4942be9bacefcfa86;p=kiibohd-kll.git diff --git a/templates/kiibohdDefs.h b/templates/kiibohdDefs.h index dd21fd0..259de78 100644 --- a/templates/kiibohdDefs.h +++ b/templates/kiibohdDefs.h @@ -17,8 +17,14 @@ <|Information|> -#ifndef __kll_defs_h -#define __kll_defs_h +#pragma once + +// ----- Enums ----- + +// Capability Indices +<|CapabilitiesIndices|> + + // ----- KLL Variables ----- <|VariableInformation|> @@ -26,9 +32,9 @@ // ----- Defines ----- -<|Defines|> - +// -- Interconnect Node Maximum -- +<|InterconnectNodeMax|> -#endif // __kll_defs_h +<|Defines|>