|
|
@ -15,9 +15,6 @@ |
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
#include <stdbool.h> |
|
|
|
|
|
|
|
#include "quantum.h" |
|
|
|
|
|
|
|
#include "led_matrix.h" |
|
|
|
#include "led_matrix.h" |
|
|
|
|
|
|
|
|
|
|
|
/* Each driver needs to define a struct:
|
|
|
|
/* Each driver needs to define a struct:
|
|
|
@ -30,10 +27,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
#if defined(IS31FL3731) || defined(IS31FL3733) |
|
|
|
#if defined(IS31FL3731) || defined(IS31FL3733) |
|
|
|
|
|
|
|
|
|
|
|
# if defined(IS31FL3731) |
|
|
|
|
|
|
|
# include "is31fl3731-simple.h" |
|
|
|
|
|
|
|
# endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# include "i2c_master.h" |
|
|
|
# include "i2c_master.h" |
|
|
|
|
|
|
|
|
|
|
|
static void init(void) { |
|
|
|
static void init(void) { |
|
|
|