]> git.donarmstrong.com Git - qmk_firmware.git/commit
Rgb matrix arm (#3648)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Wed, 15 Aug 2018 05:19:38 +0000 (08:19 +0300)
committerJack Humbert <jack.humb@gmail.com>
Wed, 15 Aug 2018 05:19:38 +0000 (01:19 -0400)
commitad2bb529c795be066b279f52bebec03257992fc2
treeaddf2d3b665316c985f0b0d1c524a60977d3ed72
parentfeec8ad4694814ed8953c6f72798f51f39724af5
Rgb matrix arm (#3648)

* Addition of I2C master driver for STM32, Generalization of ISSI3731 driver

- Addition of an i2c_master driver for STM32 to replicate expectations of AVR driver.
- Moved ISSI3731 driver one level up to make it accesible by both architectures.
- Renamed ISSI3731 functions to a more general name for preparation of other ISSI drivers.
- Added compiler directives where necessary to differenciate each architecture.

* converted tabs to spaces
drivers/arm/i2c_master.c [new file with mode: 0644]
drivers/arm/i2c_master.h [new file with mode: 0644]
drivers/avr/is31fl3731.c [deleted file]
drivers/avr/is31fl3731.h [deleted file]
drivers/is31fl3731.c [new file with mode: 0644]
drivers/is31fl3731.h [new file with mode: 0644]
quantum/rgb_matrix.c