Converting templates to use pragma once
This commit is contained in:
parent
f40c189980
commit
59a7455cd9
@ -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
|
|
||||||
|
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user