mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-19 16:29:31 +00:00
reflect changes #6371
This commit is contained in:
parent
07df8a00f4
commit
63ea5f40d7
@ -110,6 +110,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// Define if screen should be mirrored left to right
|
||||
// #define SCREEN_MIRROR
|
||||
|
||||
// Define BUTTON_PIN to ensure button setup is always done
|
||||
#ifndef BUTTON_PIN
|
||||
#define BUTTON_PIN (-1)
|
||||
#endif
|
||||
|
||||
// I2C Keyboards (M5Stack, RAK14004, T-Deck, TCA8418)
|
||||
#define CARDKB_ADDR 0x5F
|
||||
#define TDECK_KB_ADDR 0x55
|
||||
|
Loading…
Reference in New Issue
Block a user