Add button secondary and enable scan-select on T190 (#4577)

This commit is contained in:
Ben Meadors 2024-08-28 07:54:50 -05:00 committed by GitHub
parent a34170654c
commit 50f06840d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,6 @@
#define BUTTON_PIN 0
#define BUTTON_PIN_SECONDARY 21 // Second built-in button
#define BUTTON_SECONDARY_CANNEDMESSAGES // By default, use the secondary button as canned message input
// I2C
#define I2C_SDA SDA