1
0
Fork 0

is31fl3731: driver naming cleanups (#21918)

This commit is contained in:
Ryan 2023-09-13 22:53:15 +10:00 committed by GitHub
parent 1cbb5ae99e
commit 8136eda6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 189 additions and 159 deletions

View file

@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define I2C_DRIVER I2CD2
#define I2C1_SCL_PIN B10
#define I2C1_SDA_PIN B11
#define LED_DRIVER_COUNT 1
#define IS31FL3731_DRIVER_COUNT 1
#define LED_MATRIX_LED_COUNT 70
#define LED_MATRIX_KEYPRESSES // reacts to keypresses
#define LED_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses)