X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=layouts%2FstdFuncMap.kll;h=cba6fb01480989da279580e38f40a495cba3e422;hb=57d01ed8725f2d06bd157d2355bb149172708b3b;hp=7d1e6c863b571a84949e8af2cd5f4674ce03e06c;hpb=cf5bba703932f11bb686d9968d0c4bb9eab2a32c;p=kiibohd-kll.git diff --git a/layouts/stdFuncMap.kll b/layouts/stdFuncMap.kll index 7d1e6c8..cba6fb0 100644 --- a/layouts/stdFuncMap.kll +++ b/layouts/stdFuncMap.kll @@ -4,7 +4,7 @@ Author = "HaaTa (Jacob Alexander) 2014-2015"; KLL = 0.3; # Modified Date -Date = 2015-09-20; +Date = 2015-09-24; # Maps each Function key incrementally to each layer # Unused layers and functions are ignored @@ -60,3 +60,7 @@ U"Latch14" : layerLatch( 14 ); U"Latch15" : layerLatch( 15 ); U"Latch16" : layerLatch( 16 ); +# Layer rotation +U"Next Layer" : layerRotate( 0 ); # 0 is Next +U"Prev Layer" : layerRotate( 1 ); # 1 is Previous +