X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-kll.git;a=blobdiff_plain;f=templates%2FkiibohdKeymap.h;h=693164c264b282a9348cfdf7b8da602167d45242;hp=5ec572e849b59a1f5b110a3210f23d10d7bd3af4;hb=81231a708e4a530c4877284ea13fbe2c3d120c99;hpb=a005ad49ad33f6f000066ee225474da31ac6d5d1 diff --git a/templates/kiibohdKeymap.h b/templates/kiibohdKeymap.h index 5ec572e..693164c 100644 --- a/templates/kiibohdKeymap.h +++ b/templates/kiibohdKeymap.h @@ -64,7 +64,7 @@ // - 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 +#define MaxScanCode <|MaxScanCode|> // -- Trigger Lists // @@ -95,6 +95,7 @@ // - Default Map for ScanCode Lookup - <|DefaultLayerScanMap|> + // - Partial Layer ScanCode Lookup Maps - <|PartialLayerScanMaps|>