浏览代码

Converting templates to use pragma once

master
Jacob Alexander 8 年前
父节点
当前提交
59a7455cd9
共有 2 个文件被更改,包括 2 次插入12 次删除
  1. 1
    6
      templates/kiibohdDefs.h
  2. 1
    6
      templates/kiibohdKeymap.h

+ 1
- 6
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


+ 1
- 6
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