Skip to content

Commit

Permalink
Migrate keyboards using uGFX to LED_MATRIX (qmk#9657)
Browse files Browse the repository at this point in the history
  • Loading branch information
firetech authored and nhongooi committed Dec 5, 2021
1 parent d4e32a8 commit 559b60b
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 88 deletions.
15 changes: 15 additions & 0 deletions keyboards/ergodox_infinity/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_BRIGHTNESS_LO 100
#define LED_BRIGHTNESS_HI 255

/* LED matrix driver */
#define LED_DRIVER_ADDR_1 0x74
#define LED_DRIVER_COUNT 1
#define DRIVER_LED_TOTAL 76
#define LED_MATRIX_SPLIT { 38, 38 }
#define LED_DISABLE_WHEN_USB_SUSPENDED

/* i2c (for LED matrix) */
#define I2C1_CLOCK_SPEED 400000
#define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2
#define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2
#define I2C1_BANK GPIOB
#define I2C1_SCL 0
#define I2C1_SDA 1

/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST

Expand Down
Loading

0 comments on commit 559b60b

Please sign in to comment.