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 Kevin Hester
parent f5633bf0c5
commit a1bf0d8519

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