]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - templates/kiibohdDefs.h
Adding cabilities index to kll compiler
[kiibohd-kll.git] / templates / kiibohdDefs.h
index 3944da5ba96f66f0b961bae19775fc8818c44a45..259de788223642343a48ab6d6999d4c383afa686 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
 <|Information|>
 
 
-#ifndef __kll_defs_h
-#define __kll_defs_h
+#pragma once
+
+// ----- Enums -----
+
+// Capability Indices
+<|CapabilitiesIndices|>
+
+
 
 // ----- KLL Variables -----
 <|VariableInformation|>
@@ -26,9 +32,9 @@
 
 
 // ----- Defines -----
-<|Defines|>
-
 
+// -- Interconnect Node Maximum --
+<|InterconnectNodeMax|>
 
-#endif // __kll_defs_h
+<|Defines|>