Skip to content

Commit 6fe3943

Browse files
authored
Migrate keyboards using uGFX to LED_MATRIX (#9657)
1 parent b2fdd48 commit 6fe3943

File tree

7 files changed

+352
-88
lines changed

7 files changed

+352
-88
lines changed

keyboards/ergodox_infinity/config.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
6262
#define LED_BRIGHTNESS_LO 100
6363
#define LED_BRIGHTNESS_HI 255
6464

65+
/* LED matrix driver */
66+
#define LED_DRIVER_ADDR_1 0x74
67+
#define LED_DRIVER_COUNT 1
68+
#define DRIVER_LED_TOTAL 76
69+
#define LED_MATRIX_SPLIT { 38, 38 }
70+
#define LED_DISABLE_WHEN_USB_SUSPENDED
71+
72+
/* i2c (for LED matrix) */
73+
#define I2C1_CLOCK_SPEED 400000
74+
#define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2
75+
#define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2
76+
#define I2C1_BANK GPIOB
77+
#define I2C1_SCL 0
78+
#define I2C1_SDA 1
79+
6580
/* define if matrix has ghost */
6681
//#define MATRIX_HAS_GHOST
6782

0 commit comments

Comments
 (0)