1
0
Fork 0

Move splittest I2C (#8346)

This commit is contained in:
Nick Brassel 2020-03-09 15:36:40 +11:00 committed by GitHub
parent 6e28ff24ba
commit 2271da00bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 23 deletions

View file

@ -18,6 +18,9 @@
#include "config_common.h"
// use I2C on AVR
#define USE_I2C
// wiring of each half
#define MATRIX_ROW_PINS { B3 }
#define MATRIX_COL_PINS { B6 }