Created
April 21, 2015 06:23
-
-
Save Lytol/1ffbb8f9ae246b3a0ae7 to your computer and use it in GitHub Desktop.
Lytol's Keyboard Layout for Infinity Keyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name = Layer1; | |
Version = 0.1.0; | |
Author = "Brian Smith <[email protected]"; | |
KLL = 0.3; | |
# Modified Date | |
Date = 2015-03-05; | |
# Number row | |
U"1" : U"F1"; | |
U"2" : U"F2"; | |
U"3" : U"F3"; | |
U"4" : U"F4"; | |
U"5" : U"F5"; | |
U"6" : U"F6"; | |
U"7" : U"F7"; | |
U"8" : U"F8"; | |
U"9" : U"F9"; | |
U"0" : U"F10"; | |
U"Minus" : U"VolumeDown"; | |
U"Equal" : U"VolumeUp"; | |
U"Backtick" : sysCtrlOut( 0x82 ); # Sleep | |
# Top Row | |
U"Q" : U"F11"; | |
U"W" : U"F12"; | |
U"E" : U"F13"; | |
U"R" : U"F14"; | |
U"T" : U"F15"; | |
U"Y" : U"F16"; | |
U"U" : U"F17"; | |
U"I" : U"F18"; | |
U"O" : U"F19"; | |
U"P" : U"F20"; | |
U"LBrace" : U"F21"; | |
U"RBrace" : U"F22"; | |
# Middle Row | |
U"H" : U"Left"; | |
U"J" : U"Down"; | |
U"K" : U"Up"; | |
U"L" : U"Right"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name = Layer2; | |
Version = 0.1.0; | |
Author = "Brian Smith <[email protected]"; | |
KLL = 0.3; | |
# Modified Date | |
Date = 2015-03-05; | |
# Top Row | |
U"e" : U"f"; | |
U"r" : U"p"; | |
U"t" : U"g"; | |
U"y" : U"j"; | |
U"u" : U"l"; | |
U"i" : U"u"; | |
U"o" : U"y"; | |
U"p" : U";"; | |
# Middle Row | |
U"s" : U"r"; | |
U"d" : U"s"; | |
U"f" : U"t"; | |
U"g" : U"d"; | |
U"j" : U"n"; | |
U"k" : U"e"; | |
U"l" : U"i"; | |
U";" : U"o"; | |
# Bottom Row | |
U"n" : U"k"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name = Lytol; | |
Version = 0.1.0; | |
Author = "Brian Smith <[email protected]"; | |
KLL = 0.3; | |
# Modified Date | |
Date = 2015-03-05; | |
# Number Row | |
U"Backslash" : U"Backtick"; | |
U"Backtick" : U"Backslash"; | |
# Top Row | |
# None | |
# Middle Row | |
U"Ctrl" : layerShift(1); | |
# Bottom Row | |
U"Function1" : layerLock(2); | |
# Space Row | |
U"Function2" : U"LCtrl"; | |
U"RGui" : consCtrlOut( 0xB4 ); # Previous Track | |
U"RAlt" : consCtrlOut( 0xB0 ); # Play / Pause | |
U"Function3" : U"Mute"; # Mute | |
U"Function4" : consCtrlOut( 0xB3 ); # Next Track |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment