10 lines
136 B
C
10 lines
136 B
C
/**
|
|
* config.h
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
#define DRIVER_ADDR_1 0b1010000
|
|
|
|
#define IS31FL3733_DRIVER_COUNT 1
|
|
#define RGB_MATRIX_LED_COUNT 63
|