mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled
This commit is contained in:
parent
ec3954577c
commit
bdf874091d
@ -14,15 +14,10 @@
|
|||||||
* 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 "gen1.h"
|
#include "gen1.h"
|
||||||
#include "is31fl3731-simple.h"
|
|
||||||
|
|
||||||
void matrix_init_kb(void) {
|
|
||||||
}
|
|
||||||
|
|
||||||
void matrix_scan_kb(void) {
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef LED_MATRIX_ENABLE
|
#ifdef LED_MATRIX_ENABLE
|
||||||
|
#include "is31fl3731-simple.h"
|
||||||
|
|
||||||
const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = {
|
const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = {
|
||||||
/* Refer to IS31 manual for these locations
|
/* Refer to IS31 manual for these locations
|
||||||
* driver
|
* driver
|
||||||
|
Loading…
Reference in New Issue
Block a user