diff --git a/templates/kiibohdDefs.h b/templates/kiibohdDefs.h index dd21fd0..00b45a6 100644 --- a/templates/kiibohdDefs.h +++ b/templates/kiibohdDefs.h @@ -17,8 +17,7 @@ <|Information|> -#ifndef __kll_defs_h -#define __kll_defs_h +#pragma once // ----- KLL Variables ----- <|VariableInformation|> @@ -28,7 +27,3 @@ // ----- Defines ----- <|Defines|> - - -#endif // __kll_defs_h - diff --git a/templates/kiibohdKeymap.h b/templates/kiibohdKeymap.h index d3bfe49..baf78d9 100644 --- a/templates/kiibohdKeymap.h +++ b/templates/kiibohdKeymap.h @@ -17,8 +17,7 @@ <|Information|> -#ifndef __kiibohdKeymap_h -#define __kiibohdKeymap_h +#pragma once // ----- Includes ----- @@ -126,7 +125,3 @@ // - Layer State <|LayerState|> - - -#endif // __generatedKeymap_h -