Minor pin number change

This commit is contained in:
Xun Zhang 2024-01-02 14:57:52 -08:00
parent e0a761a184
commit 89b4b0af68

View File

@ -25,10 +25,10 @@
#define R_KAT_IN 7
// Output LED pins for each channel (just for visualization)
#define L_DON_LED 9
#define L_KAT_LED 10
#define R_DON_LED 11
#define R_KAT_LED 12
#define L_DON_LED 10
#define L_KAT_LED 11
#define R_DON_LED 12
#define R_KAT_LED 13
// Keyboard output for each channel
#define L_DON_KEY 'f'