Correct encoder pins on BDN9v2 (#11357)

* Update config.h

Wrong pin used for the left encoder, should be A4

* Update config.h

Added a media keys fix as well
master
Nick Blyumberg 2020-12-30 11:34:40 -05:00 committed by GitHub
parent 7071900407
commit 5e5ee3f8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Left, Right, Middle
#define ENCODERS_PAD_A { A8, B3, A10 }
#define ENCODERS_PAD_B { B11, A15, A9 }
#define ENCODERS_PAD_B { A4, A15, A9 }
#define TAP_CODE_DELAY 10
#define RGB_DI_PIN B15
#ifdef RGB_DI_PIN