]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - templates/kiibohdKeymap.h
Adding convenience capability function declarations.
[kiibohd-kll.git] / templates / kiibohdKeymap.h
index 49ca35b9003f5f1fae1346d6864b32dc446084f7..bb78ededbc2780527af9b07039304715d4e008f4 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 __generatedKeymap_h
-#define __generatedKeymap_h
+#pragma once
 
 // ----- Includes -----
 
 
 // ----- Capabilities -----
 
+// Capability function declarations
+<|CapabilitiesFuncDecl|>
+
+
 // Indexed Capabilities Table
 <|CapabilitiesList|>
 
 <|PartialLayerTriggerLists|>
 
 
+// -- ScanCode Offset Map
+// Maps interconnect ids to scancode offsets
+//
+// Only used for keyboards with an interconnect
+<|ScanCodeInterconnectOffsetList|>
+
+
 // -- ScanCode Indexed Maps
 // Maps to a trigger list of macro pointers
 //                 _
 // - Layer State
 <|LayerState|>
 
-
-
-#endif // __generatedKeymap_h
-