Added functionality to swap the key patterns to test them out - need to work on adding sound and navigational patterns to the app next.

Need to answer next - should the app framework handle interactions with the keyboard lighting and sound?
This commit is contained in:
Lucas
2022-04-30 23:28:22 -04:00
parent d8feab1636
commit 93a6ef0248
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import time
from .app_state import AppState
from app.options.options_app import OptionsApp
from .default_apps.options_app import OptionsApp
class AppRouter(object):