Fix drop/shift/v2 compilation (#21800)
parent
1149212b52
commit
eed34f7a24
|
@ -1,6 +1,7 @@
|
||||||
// Copyright 2023 Massdrop, Inc.
|
// Copyright 2023 Massdrop, Inc.
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#ifdef RGB_MATRIX_ENABLE
|
#ifdef RGB_MATRIX_ENABLE
|
||||||
|
# include "host.h"
|
||||||
# include "rgb_matrix.h"
|
# include "rgb_matrix.h"
|
||||||
|
|
||||||
const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
|
const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
|
||||||
|
|
Loading…
Reference in New Issue