Merge pull request #555 from pdxlocations/canned-messages-input-sources

Edit Comments of Canned Messages
This commit is contained in:
Ben Meadors 2024-08-16 06:13:59 -05:00 committed by GitHub
commit 8da680b690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -658,7 +658,7 @@ message ModuleConfig {
/*
* Input event origin accepted by the canned message module.
* Can be e.g. "rotEnc1", "upDownEnc1" or keyword "_any"
* Can be e.g. "rotEnc1", "upDownEnc1", "scanAndSelect", "cardkb", "serialkb", or keyword "_any"
*/
string allow_input_source = 10;