Make the 4-way on the L1 work on press instead of release (#7108)

This commit is contained in:
Jonathan Bennett
2025-06-22 20:57:39 -05:00
committed by GitHub
parent 0808f5215f
commit 012f88e56f
4 changed files with 47 additions and 19 deletions

View File

@@ -169,6 +169,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
#define TB_LEFT 27
#define TB_RIGHT 28
#define TB_PRESS 29
#define TB_DIRECTION FALLING
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// Compatibility Definitions
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━