Skip to content

Instantly share code, notes, and snippets.

@unxmaal
Last active January 26, 2018 01:31
Show Gist options
  • Save unxmaal/ad58b9c3cf8d7ddfdf4295b693cca274 to your computer and use it in GitHub Desktop.
Save unxmaal/ad58b9c3cf8d7ddfdf4295b693cca274 to your computer and use it in GitHub Desktop.
bigswitch qmk fail
$ make -f Makefile bigswitch:default
QMK Firmware 0.5.20
Making bigswitch with keymap default
avr-gcc (GCC) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling: keyboards/bigswitch/bigswitch.c In file included from ./quantum/quantum.h:31:0,
from keyboards/bigswitch/bigswitch.h:4,
from keyboards/bigswitch/bigswitch.c:1:
./quantum/rgblight.h:78:21: error: 'RGBLED_NUM' undeclared here (not in a function); did you mean 'RGB_HUD'?
extern LED_TYPE led[RGBLED_NUM];
^~~~~~~~~~
RGB_HUD
[ERRORS]
|
|
|
make[1]: *** [.build/obj_bigswitch_default/keyboards/bigswitch/bigswitch.o] Error 1
make: *** [bigswitch:default] Error 1
Make finished with errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment