Browse Source

Converting templates to use pragma once

master
Jacob Alexander 8 years ago
parent
commit
59a7455cd9
2 changed files with 2 additions and 12 deletions
  1. 1
    6
      templates/kiibohdDefs.h
  2. 1
    6
      templates/kiibohdKeymap.h

+ 1
- 6
templates/kiibohdDefs.h View File

<|Information|> <|Information|>




#ifndef __kll_defs_h
#define __kll_defs_h
#pragma once


// ----- KLL Variables ----- // ----- KLL Variables -----
<|VariableInformation|> <|VariableInformation|>
// ----- Defines ----- // ----- Defines -----
<|Defines|> <|Defines|>




#endif // __kll_defs_h


+ 1
- 6
templates/kiibohdKeymap.h View File

<|Information|> <|Information|>




#ifndef __kiibohdKeymap_h
#define __kiibohdKeymap_h
#pragma once


// ----- Includes ----- // ----- Includes -----


// - Layer State // - Layer State
<|LayerState|> <|LayerState|>




#endif // __generatedKeymap_h