1
0
Fork 0

Nightingale Studios Hailey production fixes (#11180)

This commit is contained in:
Joel Challis 2020-12-11 13:49:31 +00:00 committed by GitHub
parent 1ebd243cdc
commit 4b03b6f7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 96 additions and 8 deletions

View file

@ -47,8 +47,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
#define ENCODERS_PAD_A { B4 }
#define ENCODERS_PAD_B { B3 }
#define ENCODERS_PAD_A { B3 }
#define ENCODERS_PAD_B { B4 }
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5