From 59a7455cd9478ccf136d72657df9e4de8dda5e0f Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Sat, 25 Jul 2015 16:11:24 -0700 Subject: [PATCH] Converting templates to use pragma once --- templates/kiibohdDefs.h | 7 +------ templates/kiibohdKeymap.h | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) 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 - -- 2.39.2