X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templateKeymap.h;fp=templateKeymap.h;h=0000000000000000000000000000000000000000;hb=2d76b5a6ca82b88679e49f853bc589718d39d1f7;hp=5ec572e849b59a1f5b110a3210f23d10d7bd3af4;hpb=1f0bf65417613b1cb3a5bfd744750e1e823c8622;p=kiibohd-kll.git diff --git a/templateKeymap.h b/templateKeymap.h deleted file mode 100644 index 5ec572e..0000000 --- a/templateKeymap.h +++ /dev/null @@ -1,114 +0,0 @@ -/* Copyright (C) 2014 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This file is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this file. If not, see . - */ - -// Generated MSG /w timestamp and compiler information - -#ifndef __generatedKeymap_h -#define __generatedKeymap_h - -// ----- Includes ----- - -// KLL Include -#include - - - -// ----- Capabilities ----- - -// Indexed Capabilities Table -<|CapabilitiesList|> - - -// -- Result Macros - -// Result Macro Guides -<|ResultMacros|> - - -// -- Result Macro List - -// Indexed Table of Result Macros -<|ResultMacroList|> - - -// -- Trigger Macros - -// Trigger Macro Guides -<|TriggerMacros|> - - -// -- Trigger Macro List - -// Indexed Table of Trigger Macros -<|TriggerMacroList|> - - - -// ----- Trigger Maps ----- - -// MaxScanCode -// - This is retrieved from the KLL configuration -// - Should be corollated with the max scan code in the scan module -// - Maximum value is 0x100 (0x0 to 0xFF) -// - Increasing it beyond the keyboard's capabilities is just a waste of ram... -#define MaxScanCode - -// -- Trigger Lists -// -// Index 0: # of triggers in list -// Index n: pointer to trigger macro - use tm() macro - -// - Default Layer - -<|DefaultLayerTriggerList|> - - -// - Partial Layers - -<|PartialLayerTriggerLists|> - - -// -- ScanCode Indexed Maps -// Maps to a trigger list of macro pointers -// _ -// -> |T| -// |r| -> -// |i| -// |g| -> -// |g| -// |e| -> -// |r| -// |s| -> -// - - -// - Default Map for ScanCode Lookup - -<|DefaultLayerScanMap|> - -// - Partial Layer ScanCode Lookup Maps - -<|PartialLayerScanMaps|> - - - -// ----- Layer Index ----- - -// -- Layer Index List -// -// Index 0: Default map -// Index n: Additional layers -<|LayerIndexList|> - - - -#endif // __generatedKeymap_h -