]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - templates/kiibohdKeymap.h
Adding support for Interconnect Nodes
[kiibohd-kll.git] / templates / kiibohdKeymap.h
index d3bfe4990c6a4a4c70b4dfaafdcf499ec6d48c52..2a8c6d69eb9f4e807b9731e8778855bbef990caf 100644 (file)
@@ -17,8 +17,7 @@
 <|Information|>
 
 
-#ifndef __kiibohdKeymap_h
-#define __kiibohdKeymap_h
+#pragma once
 
 // ----- Includes -----
 
 <|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
-