summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-03-29 18:15:55 +1100
committerGitHub <noreply@github.com>2023-03-29 18:15:55 +1100
commitf18dd488da80ddd2e1e2e32c43537aec0b15fdae (patch)
tree4e287347e59aa4cd6ecf9816848ebeea403dfbb0 /keyboards
parentd95a8c79316e41c9afc90cbe5a685577d0fe55ed (diff)
Fixup CI build for `nack`. (#20292)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/nack/nack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/nack/nack.c b/keyboards/nack/nack.c
index 8f91ee3757..27e029a9fd 100644
--- a/keyboards/nack/nack.c
+++ b/keyboards/nack/nack.c
@@ -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
-