]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - templates/kiibohdDefs.h
Updating Infinity layers now that media keys are fully working
[kiibohd-kll.git] / templates / kiibohdDefs.h
index 3944da5ba96f66f0b961bae19775fc8818c44a45..93531b03faf3579f51cfd3a3ee48ecaa9fa29c1c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 by Jacob Alexander
+/* Copyright (C) 2014-2015 by Jacob Alexander
  *
  * This file is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,8 +17,7 @@
 <|Information|>
 
 
-#ifndef __kll_defs_h
-#define __kll_defs_h
+#pragma once
 
 // ----- KLL Variables -----
 <|VariableInformation|>
@@ -26,9 +25,9 @@
 
 
 // ----- Defines -----
-<|Defines|>
-
 
+// -- Interconnect Node Maximum --
+<|InterconnectNodeMax|>
 
-#endif // __kll_defs_h
+<|Defines|>