Skip to content

Commit

Permalink
Fixup CI build for nack. (qmk#20292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Mar 29, 2023
1 parent d95a8c7 commit f18dd48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keyboards/nack/nack.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*/

#include "nack.h"
#include "quantum.h"

#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
Expand All @@ -37,4 +37,3 @@
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
} };
#endif

0 comments on commit f18dd48

Please sign in to comment.