X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2FkiibohdKeymap.h;h=bb78ededbc2780527af9b07039304715d4e008f4;hb=296fc5946cb1bb2a309f69cbe0819ea1e4d38fcc;hp=49ca35b9003f5f1fae1346d6864b32dc446084f7;hpb=1454611c7b9b4b930566a8fbf1783c66924f142b;p=kiibohd-kll.git diff --git a/templates/kiibohdKeymap.h b/templates/kiibohdKeymap.h index 49ca35b..bb78ede 100644 --- a/templates/kiibohdKeymap.h +++ b/templates/kiibohdKeymap.h @@ -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 ----- @@ -29,6 +28,10 @@ // ----- Capabilities ----- +// Capability function declarations +<|CapabilitiesFuncDecl|> + + // Indexed Capabilities Table <|CapabilitiesList|> @@ -92,6 +95,13 @@ <|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 // _ @@ -126,7 +136,3 @@ // - Layer State <|LayerState|> - - -#endif // __generatedKeymap_h -