Skip to content

Commit

Permalink
Gemini Dusk/Dawn layer 1 typo
Browse files Browse the repository at this point in the history
- Incrementing to 0.5.7.14
  • Loading branch information
haata committed Sep 1, 2019
1 parent 2f7d924 commit 7a2c1cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Variables

__version__ = '0.5.7.13'
__version__ = '0.5.7.14'
kll_name = 'kll'

# This is updated whenever there is a KLL language breaking behaviour
Expand Down
8 changes: 4 additions & 4 deletions kll/layouts/geminiduskdawn/release.1.layer.1.kll
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Gemini Dusk Dawn Layer 1 - Control Layer
Name = "Gemini Dusk Dawn Control Layer";
Version = 0.2;
Version = 0.3;
Author = "HaaTa (Jacob Alexander) 2018-2019";
KLL = 0.5.7.11;

# Modified Date
Date = 2019-03-25;
Date = 2019-08-31;


# Animation Layer
Expand Down Expand Up @@ -38,8 +38,8 @@ U"Page Down" : CONS"Fast Forward";
# System Control Keys
U"F5" : CONS"Brightness Increment";
U"F6" : CONS"Brightness Decrement";
U"[" : SYS"Wake Up";
U"]" : SYS"Sleep";
U"," : SYS"Wake Up";
U"." : SYS"Sleep";

# International Keys
U"1" : U"International1"; # Kanji1
Expand Down

0 comments on commit 7a2c1cc

Please sign in to comment.