a07ccdd608
- Changing default name from defaultMap.kll to scancode_map.kll - Old name of defaultMap.kll will still work (and is the final fallback) - Updated all the main projects to use the new name - Updated BETKB (not entirely finished, but mostly complete) - Added sub-use of interconnect scancode cache for converters - Added infinity_led.bash No behaviour changes, just restructuring.
100 lines
1.4 KiB
Plaintext
100 lines
1.4 KiB
Plaintext
Name = BETKB;
|
|
Version = 0.1;
|
|
Author = "HaaTa (Jacob Alexander) 2016";
|
|
KLL = 0.3d;
|
|
|
|
# Modified Date
|
|
Date = 2016-07-06;
|
|
|
|
# Options
|
|
|
|
# Press/Release Cache
|
|
PressReleaseCache => PressReleaseCache_define;
|
|
PressReleaseCache = 1;
|
|
|
|
# TODO - Not finished
|
|
S0x08 : U"Backspace";
|
|
S0x09 : U"Tab";
|
|
|
|
S0x1B : U"Esc";
|
|
|
|
S0x20 : U"Space";
|
|
|
|
S0x27 : U"Quote";
|
|
|
|
S0x2C : U"Comma";
|
|
S0x2D : U"Minus";
|
|
S0x2E : U"Period";
|
|
S0x2F : U"Slash";
|
|
S0x30 : U"0";
|
|
S0x31 : U"1";
|
|
S0x32 : U"2";
|
|
S0x33 : U"3";
|
|
S0x34 : U"4";
|
|
S0x35 : U"5";
|
|
S0x36 : U"6";
|
|
S0x37 : U"7";
|
|
S0x38 : U"8";
|
|
S0x39 : U"9";
|
|
S0x3B : U"Semicolon";
|
|
S0x3D : U"Equal";
|
|
S0x5B : U"LBracket";
|
|
S0x5C : U"Backslash";
|
|
S0x5D : U"RBracket";
|
|
|
|
S0x60 : U"Backtick";
|
|
S0x61 : U"A";
|
|
S0x62 : U"B";
|
|
S0x63 : U"C";
|
|
S0x64 : U"D";
|
|
S0x65 : U"E";
|
|
S0x66 : U"F";
|
|
S0x67 : U"G";
|
|
S0x68 : U"H";
|
|
S0x69 : U"I";
|
|
S0x6A : U"J";
|
|
S0x6B : U"K";
|
|
S0x6C : U"L";
|
|
S0x6D : U"M";
|
|
S0x6E : U"N";
|
|
S0x6F : U"O";
|
|
S0x70 : U"P";
|
|
S0x71 : U"Q";
|
|
S0x72 : U"R";
|
|
S0x73 : U"S";
|
|
S0x74 : U"T";
|
|
S0x75 : U"U";
|
|
S0x76 : U"V";
|
|
S0x77 : U"W";
|
|
S0x78 : U"X";
|
|
S0x79 : U"Y";
|
|
S0x7A : U"Z";
|
|
|
|
S0x7F : U"Delete";
|
|
|
|
S0xB1 : U"P0";
|
|
S0xB2 : U"P.";
|
|
|
|
S0xC0 : U"P1";
|
|
S0xC1 : U"P2";
|
|
S0xC2 : U"P3";
|
|
S0xC3 : U"PEnter";
|
|
|
|
S0xD0 : U"P4";
|
|
S0xD1 : U"P5";
|
|
S0xD2 : U"P6";
|
|
S0xD3 : U"P,";
|
|
|
|
S0xE1 : U"P7";
|
|
S0xE2 : U"P8";
|
|
S0xE3 : U"P9";
|
|
S0xE4 : U"P-";
|
|
|
|
S0xF1 : U"Up";
|
|
S0xF2 : U"Down";
|
|
S0xF3 : U"Left";
|
|
S0xF4 : U"Right";
|
|
S0xF5 : U"LShift";
|
|
S0xF6 : U"Ctrl";
|
|
|