|
|
|
|
@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
#include "gamma.h"
|
|
|
|
|
|
|
|
|
|
void board_init(void) {
|
|
|
|
|
setPinInput(B9);
|
|
|
|
|
setPinInput(B10);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifdef RGB_MATRIX_ENABLE
|
|
|
|
|
const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
|
|
|
|
|
/* Refer to IS31 manual for these locations
|
|
|
|
|
@ -126,7 +121,6 @@ const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
led_config_t g_led_config = { {
|
|
|
|
|
{ 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 },
|
|
|
|
|
{ 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 },
|
|
|
|
|
|