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:
parent
6424dadd37
commit
59787a2e51
13 changed files with 202 additions and 1055 deletions
15
keyboards/input_club/infinity60/led/config.h
Normal file
15
keyboards/input_club/infinity60/led/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue