From: Jacob Alexander <haata@kiibohd.com>
Date: Sat, 25 Jul 2015 23:11:24 +0000 (-0700)
Subject: Converting templates to use pragma once
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=59a7455cd9478ccf136d72657df9e4de8dda5e0f;p=kiibohd-kll.git

Converting templates to use pragma once
---

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
-