Add license headers

This commit is contained in:
fauxpark 2023-11-22 16:22:20 +11:00
parent 8dee40c2ee
commit 068f56d361
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include "rgblight_drivers.h"
#if defined(RGBLIGHT_WS2812)

View File

@ -1,3 +1,6 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stdint.h>