Cleaned up code

This commit is contained in:
2018-07-27 19:37:57 +02:00
parent 311749db4a
commit cb8065765a
3 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ import sys
# Keys
DEFAULT_KEY = [0xFF,0xFF,0xFF,0xFF,0xFF,0xFF]
KEY_S0 = [0x20, 0x20, 0x20, 0x20, 0x20, 0x20]
# Selecting key
KEY = DEFAULT_KEY

View File

@@ -7,7 +7,6 @@ import signal
# Keys
DEFAULT_KEY = [0xFF,0xFF,0xFF,0xFF,0xFF,0xFF]
KEY_S0 = [0x20, 0x20, 0x20, 0x20, 0x20, 0x20]
# Selecting key
KEY = DEFAULT_KEY

View File

@@ -9,7 +9,6 @@ import sys
# Keys
DEFAULT_KEY = [0xFF,0xFF,0xFF,0xFF,0xFF,0xFF]
KEY_S0 = [0x20, 0x20, 0x20, 0x20, 0x20, 0x20]
# Selecting key
KEY = DEFAULT_KEY