keyboard light controls

This commit is contained in:
legop3
2026-01-08 23:44:36 -05:00
parent acebcd7307
commit 50d3977814
8 changed files with 86 additions and 13 deletions
+2
View File
@@ -27,6 +27,8 @@ const KEY_ACTIONS = [
{ id: 'chatFocus', label: 'Toggle Chat', group: 'Chat' },
{ id: 'songNoteUp', label: 'Song Note Up', group: 'Audio' },
{ id: 'songNoteDown', label: 'Song Note Down', group: 'Audio' },
{ id: 'homeAssistantOn', label: 'Room Controls On (Cycle)', group: 'Room Controls' },
{ id: 'homeAssistantOff', label: 'Room Controls Off (Cycle)', group: 'Room Controls' },
];
function groupActions(actions) {