Archived
1
0

Converting templates to use pragma once

This commit is contained in:
Jacob Alexander 2015-07-25 16:11:24 -07:00
parent f40c189980
commit 59a7455cd9
2 changed files with 2 additions and 12 deletions

View File

@ -17,8 +17,7 @@
<|Information|> <|Information|>
#ifndef __kll_defs_h #pragma once
#define __kll_defs_h
// ----- KLL Variables ----- // ----- KLL Variables -----
<|VariableInformation|> <|VariableInformation|>
@ -28,7 +27,3 @@
// ----- Defines ----- // ----- Defines -----
<|Defines|> <|Defines|>
#endif // __kll_defs_h

View File

@ -17,8 +17,7 @@
<|Information|> <|Information|>
#ifndef __kiibohdKeymap_h #pragma once
#define __kiibohdKeymap_h
// ----- Includes ----- // ----- Includes -----
@ -126,7 +125,3 @@
// - Layer State // - Layer State
<|LayerState|> <|LayerState|>
#endif // __generatedKeymap_h