Browse Source

Fix drop/shift/v2 compilation (#21800)

pull/21815/head
Joel Challis 9 months ago
committed by GitHub
parent
commit
eed34f7a24
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keyboards/drop/shift/v2/v2.c

+ 1
- 0
keyboards/drop/shift/v2/v2.c View File

@ -1,6 +1,7 @@
// Copyright 2023 Massdrop, Inc.
// SPDX-License-Identifier: GPL-2.0-or-later
#ifdef RGB_MATRIX_ENABLE
# include "host.h"
# include "rgb_matrix.h"
const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {


Loading…
Cancel
Save