Browse Source

Fixup CI build for `nack`. (#20292)

pull/20293/head
Nick Brassel 1 year ago
committed by GitHub
parent
commit
f18dd488da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      keyboards/nack/nack.c

+ 1
- 2
keyboards/nack/nack.c View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "nack.h"
#include "quantum.h"
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
@ -37,4 +37,3 @@
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
} };
#endif

Loading…
Cancel
Save