1
0
Fork 0

input_club/infinity60: remove custom 3731 code, convert to LED Matrix (#22117)

* input_club/infinity60: remove custom 3731 code, convert to LED Matrix

* Add licences
This commit is contained in:
Ryan 2023-09-24 12:36:06 +10:00 committed by GitHub
parent 6424dadd37
commit 59787a2e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 202 additions and 1055 deletions

View file

@ -0,0 +1,15 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define LED_MATRIX_LED_COUNT 63
#define IS31FL3731_DRIVER_COUNT 1
#define LED_DRIVER_ADDR_1 IS31FL3731_I2C_ADDRESS_GND
#define I2C1_CLOCK_SPEED 400000
#define I2C1_SCL_PIN B0
#define I2C1_SDA_PIN B1
#define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2
#define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2